Add #121 to the change log
This commit is contained in:
parent
931023de09
commit
35ff47cda5
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ Changes made on **develop** since the 1.1.547 release:
|
||||||
* Fix #130 by implementing `clojure.lang.ILookup` on the three builder adapters.
|
* Fix #130 by implementing `clojure.lang.ILookup` on the three builder adapters.
|
||||||
* Fix #129 by adding `with-column-value` to `RowBuilder` and a more generic `builder-adapter`.
|
* Fix #129 by adding `with-column-value` to `RowBuilder` and a more generic `builder-adapter`.
|
||||||
* Fix #128 by adding a test for the "not found" arity of lookup on mapified result sets.
|
* Fix #128 by adding a test for the "not found" arity of lookup on mapified result sets.
|
||||||
|
* Fix #121 by conditionally adding `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` (which are present only if `camel-snake-kebab` is on your classpath).
|
||||||
* Correct MySQL batch statement rewrite tip: it's `:rewriteBatchedStatements true` (plural). Also surface the batch statement tips in the **Tips & Tricks** page.
|
* 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`**.
|
* 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).
|
* Use "JDBC URL" consistently everywhere (instead of "JDBC URI" in several places).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue