1.3.894
seancorfield
released this
24 Sep 23:58
·
100 commits
to develop
since this release
- Fix #257 by making the
fdef
spec forwith-transaction
more permissive. Also add specs foron-connection
and the+options
variants of both macros. - Address #256 by adding
with-transaction+options
andon-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 addRETURNING *
to your SQL statements instead (the tests have been updated to reflect this). - Update
tools.build
to 0.9.5 (and remove:java-opts
frombuild/test
)