update changelog to match release notes
adds the database driver update note
This commit is contained in:
parent
d8447b66fd
commit
e3ff1b7218
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ Only accretive/fixative changes will be made from now on.
|
||||||
* 1.3.894 -- 2023-09-24
|
* 1.3.894 -- 2023-09-24
|
||||||
* Fix [#257](https://github.com/seancorfield/next-jdbc/issues/257) by making the `fdef` spec for `with-transaction` more permissive. Also add specs for `on-connection` and the `+options` variants of both macros.
|
* Fix [#257](https://github.com/seancorfield/next-jdbc/issues/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](https://github.com/seancorfield/next-jdbc/issues/256) by adding `with-transaction+options` and `on-connection+options`.
|
* Address [#256](https://github.com/seancorfield/next-jdbc/issues/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`)
|
* Update `tools.build` to 0.9.5 (and remove `:java-opts` from `build/test`)
|
||||||
|
|
||||||
* 1.3.883 -- 2023-06-25
|
* 1.3.883 -- 2023-06-25
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue