Skip to content

basestore: Use Exec and add ExecResult

Warren Gifford requested to merge basestore-use-exec into main

Created by: ryanslade

Execute Exec on the handle when calling basestore.Exec. Also, add a new ExecResult which included the sql.Result when Exec is run. A new method was added instead of amending the old one to reduce refactoring noise. Most of the time we are not interested in the result.

Merge request reports

Loading