Skip to content

Releases: seancorfield/next-jdbc

Release 1.0.0 Beta 1

25 May 21:50
Compare
Choose a tag to compare

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! to plan (BREAKING CHANGE!).
  • Address #3 by deciding to maintain this library outside Clojure Contrib.

1.0.0 Alpha 13

05 May 07:00
Compare
Choose a tag to compare
1.0.0 Alpha 13 Pre-release
Pre-release

Fixes #18 by cleaning up connection properties.

1.0.0 Alpha 12

27 Apr 05:48
Compare
Choose a tag to compare
1.0.0 Alpha 12 Pre-release
Pre-release
  • 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

24 Apr 23:06
Compare
Choose a tag to compare
1.0.0 Alpha 11 Pre-release
Pre-release

This release includes a BREAKING CHANGE: the :gen-fn option has been renamed to :builder-fn.

In addition:

  • Fix #13 by adding documentation for datafy/nav/:schema.
  • Fix #15 by automatically adding :next.jdbc/sql-string into the options hash map, so custom builders can depend on the SQL string.

1.0.0 Alpha 9

23 Apr 00:42
Compare
Choose a tag to compare
1.0.0 Alpha 9 Pre-release
Pre-release
  • Fixes #14 -- execute-one! on a PreparedStatement now respects :gen-fn.
  • Improves protocol docstrings in several places.

1.0.0 Alpha 8

22 Apr 01:21
Compare
Choose a tag to compare
1.0.0 Alpha 8 Pre-release
Pre-release

Corrected Getting Started instructions (seancorfield/next.jdbc) for public announcement!

1.0.0 Alpha 7

22 Apr 00:37
Compare
Choose a tag to compare
1.0.0 Alpha 7 Pre-release
Pre-release

Clean up dependencies, fix more cljdoc links.

1.0.0 Alpha 6

22 Apr 00:14
Compare
Choose a tag to compare
1.0.0 Alpha 6 Pre-release
Pre-release

Expands testing to include: Derby, H2 in-memory, H2 on-disk, HSQLDB, and SQLite.

1.0.0 Alpha 5

21 Apr 20:43
Compare
Choose a tag to compare
1.0.0 Alpha 5 Pre-release
Pre-release

Fixes #12 by adding :order-by option for find-by-keys.

1.0.0 Alpha 4

21 Apr 20:01
Compare
Choose a tag to compare
1.0.0 Alpha 4 Pre-release
Pre-release

Fixes #11 by adding next.jdbc.quoted/schema.