Skip to content

1.3.894

Compare
Choose a tag to compare
@seancorfield seancorfield released this 24 Sep 23:58
· 60 commits to develop since this release
  • Fix #257 by making the fdef spec for with-transaction more permissive. Also add specs for on-connection and the +options variants of both macros.
  • Address #256 by adding with-transaction+options and on-connection+options.
  • Updates most of the JDBC drivers used for testing, including SQLite 3.43.0.0 which now throws an exception when .getGeneratedKeys() is called so you cannot use :return-generated-keys true with it but you can add RETURNING * to your SQL statements instead (the tests have been updated to reflect this).
  • Update tools.build to 0.9.5 (and remove :java-opts from build/test)