Skip to content

1.3.847

Compare
Choose a tag to compare
@seancorfield seancorfield released this 05 Nov 05:22
· 107 commits to develop since this release
  • Fix #232 by using as-cols in insert-multi! SQL builder. Thanks to @changsu-farmmorning for spotting that bug!
  • Fix #229 by adding next.jdbc.connect/uri->db-spec which converts a URI string to a db-spec hash map; in addition, if DriverManager/getConnection fails, it assumes it was passed a URI instead of a JDBC URL, and retries after calling that function and then recreating the JDBC URL (which should have the effect of moving the embedded user/password credentials into the properties structure instead of the URL).
  • Address #228 by adding PreparedStatement caveat to the Oracle Tips & Tricks section.
  • Address #226 by adding a section on exception handling to Tips & Tricks (TL;DR: it's all horribly vendor-specific!).
  • Add on-connection to exported clj-kondo configuration.
  • Switch run-test from sh to bb.