Skip to content

1.3.909

Compare
Choose a tag to compare
@seancorfield seancorfield released this 17 Dec 00:24
· 45 commits to develop since this release
  • Address #267 by adding the :schema-opts option to override the default conventions for identifying foreign keys in columns.
  • Address #264 by letting insert-multi! accept empty rows (and producing an empty result vector). This improves compatibility with clojure.javaj.jdbc.
  • Address #258 by updating all the library (driver) versions in Getting Started to match the latest versions being tested (from deps.edn).
  • Update java.data to 1.1.103 so that next.jdbc no longer has a transitive dependency on org.clojure/tools.logging!
  • Attempt to clarify that when calling reduce on the result of plan, you must provide an initial value.
  • Expand examples for calling next.jdbc.sql/find-by-keys to show LIKE and IN clauses.
  • Update tools.build to 0.9.6 (and get rid of template/pom.xml in favor of new :pom-data option to b/write-pom).