Skip to content

Release v0.14.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jonbodner jonbodner released this 12 Jan 04:58
· 4 commits to master since this release
4c4a188

This release adds the ability to return a sql.Result from a ContextExecutor or Executor function. The proteus.Builder has a new method ExecResult that returns a sql.Result and an error.

Thanks to @kalexmills for his contribution!