Release 1.1.569
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) andnext.jdbc.prepare/statement
(#132); add Spec fornext.jdbc/with-options
. - Fix support for
:cols
/:rsmeta
on builder adapters by implementingclojure.lang.ILookup
(#130).
Enhancements:
- Add
with-column-value
toRowBuilder
and a more genericbuilder-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
, andnext.jdbc.result-set/as-unqualified-kebab-maps
ifcamel-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).