Skip to content

Release 1.1.569

Compare
Choose a tag to compare
@seancorfield seancorfield released this 11 Jul 06:03
· 423 commits to develop since this release

Bug Fixes:

  • Fix Spec for next.jdbc.connection/component (PR #131 from @Briaoeuidhtns) and next.jdbc.prepare/statement (#132); add Spec for next.jdbc/with-options.
  • Fix support for :cols / :rsmeta on builder adapters by implementing clojure.lang.ILookup (#130).

Enhancements:

  • Add with-column-value to RowBuilder and a more generic builder-adapter to provide more control over column reading (#129).
  • Conditionally add next.jdbc/snake-kebab-opts, next.jdbc/unqualified-snake-kebab-opts, next.jdbc.result-set/as-kebab-maps, and next.jdbc.result-set/as-unqualified-kebab-maps if camel-snake-kebab is on your classpath (#121).

Documentation:

  • Correct MySQL batch statement rewrite tip: it's :rewriteBatchedStatements true (plural). Also surface the batch statement tips in the Tips & Tricks page.
  • Clarify how combining is interleaving with reducing in Reducing and Folding with plan.
  • Use "JDBC URL" consistently everywhere (instead of "JDBC URI" in several places).

Testing:

  • Add a test for the "not found" arity of lookup on mapified result sets (#128).