next-jdbc/CHANGELOG.md
Sean Corfield 13ad917864 Fix #15 by passing SQL string to builders
Adds internal `:next.jdbc/sql-string` option.
2019-04-24 10:07:52 -07:00

424 B

Change Log

  • 2019-04-22 -- 1.0.0-alpha9 -- Fix #14 by respecting :gen-fn in execute-one for PreparedStatement.
  • 2019-04-21 -- 1.0.0-alpha8 -- Initial publicly announced release.

Unreleased Changes

The following changes have been committed to the master branch and will be in the next release:

  • Fix #15 by adding :next.jdbc/sql-string to options hash map that is passed down into the builder function.