Releases: seancorfield/next-jdbc
Releases · seancorfield/next-jdbc
Release 1.0.0 Beta 1
The first Beta release -- only accretive/fixative changes from now on.
- Set up CircleCI testing (just local DBs for now).
- Address #21 by adding
next.jdbc.specs
and documenting basic usage. - Fix #19 by caching loaded database driver classes.
- Address #16 by renaming
reducible!
toplan
(BREAKING CHANGE!). - Address #3 by deciding to maintain this library outside Clojure Contrib.
1.0.0 Alpha 13
Fixes #18 by cleaning up connection properties.
1.0.0 Alpha 12
- Fixes #17 by renaming
:next.jdbc/sql-string
internal option to:next.jdbc/sql-params
and passing whole SQL + parameters vector (technically a breaking change). - Another pass over the documentation and docstrings with more improvements.
1.0.0 Alpha 11
1.0.0 Alpha 9
- Fixes #14 --
execute-one!
on aPreparedStatement
now respects:gen-fn
. - Improves protocol docstrings in several places.
1.0.0 Alpha 8
Corrected Getting Started instructions (seancorfield/next.jdbc
) for public announcement!
1.0.0 Alpha 7
Clean up dependencies, fix more cljdoc links.
1.0.0 Alpha 6
Expands testing to include: Derby, H2 in-memory, H2 on-disk, HSQLDB, and SQLite.
1.0.0 Alpha 5
Fixes #12 by adding :order-by
option for find-by-keys
.
1.0.0 Alpha 4
Fixes #11 by adding next.jdbc.quoted/schema
.