Skip to content

Release 1.0.6

Compare
Choose a tag to compare
@seancorfield seancorfield released this 24 Aug 19:07

Bug Fixes:

  • Fix #52 by using a US-locale function in the "lower" result set builders to avoid unexpected character changes in column names in locales such as Turkish. If you want the locale-sensitive behavior, pass clojure.string/lower-case into one of the "modified" result set builders. This mirrors recent changes in honeysql and clojure.java.jdbc.

Enhancements:

  • Add next.jdbc.result-set/as-maps-adapter and next.jdbc.result-set/as-arrays-adapter to provide a way to override the default result set reading behavior of using .getObject.

Documentation:

  • Fix #54 by improving documentation around data type conversions (and the ReadableColumn and SettableParameter protocols).
  • Improved documentation around insert-multi! and execute-batch!.

Housekeeping:

  • Update org.clojure/test.check to "0.10.0".