Skip to content

1.3.955

Compare
Choose a tag to compare
@seancorfield seancorfield released this 06 Oct 21:59
· 35 commits to develop since this release
218cf82
  • Address #285 by setting the default Clojure version to the earliest supported (1.10.3) to give a better hint to users.
  • Update PostgreSQL Tips & Tricks example code to fix possible NPE. PR #284 from @ExNexu.
  • Address #283 by adding a note in the documentation, linking to the PostgreSQL bug report about ANY(array).
  • Address #269 by adding :name-fn as an option (primarily for the SQL builder functions, but also for result set processing); the default is clojure.core/name but you can now use next.jdbc.sql.builder/qualified-name to preserve the qualifier.
  • Update testing deps; docker-compose => docker compose.