Fork me on GitHub
#releases
<
2022-11-05
>
seancorfield05:11:02

next.jdbc -- https://github.com/seancorfield/next-jdbc -- 1.3.847 -- minor bug fix and documentation release: • Fix https://github.com/seancorfield/next-jdbc/issues/232 by using as-cols in insert-multi! SQL builder. Thanks to @changsu-farmmorning for spotting that bug! • Fix https://github.com/seancorfield/next-jdbc/issues/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 https://github.com/seancorfield/next-jdbc/issues/228 by adding PreparedStatement caveat to the Oracle *Tips &amp; Tricks* section. • Address https://github.com/seancorfield/next-jdbc/issues/226 by adding a section on exception handling to *Tips &amp; Tricks* (TL;DR: it's all horribly vendor-specific!). • Add on-connection to exported clj-kondo configuration. • Switch run-test from sh to bb. Follow-up in #C1Q164V29

gratitude 5