This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-11-05
Channels
- # announcements (1)
- # babashka (7)
- # beginners (60)
- # biff (7)
- # cider (2)
- # clj-kondo (1)
- # clojure (15)
- # clojure-france (1)
- # clojure-norway (1)
- # clojurescript (7)
- # datascript (7)
- # emacs (4)
- # etaoin (1)
- # honeysql (7)
- # interceptors (8)
- # introduce-yourself (3)
- # kaocha (1)
- # off-topic (16)
- # pathom (2)
- # reagent (15)
- # reitit (11)
- # releases (1)
- # slack-help (3)
- # vim (36)
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 & Tricks* section.
• Address https://github.com/seancorfield/next-jdbc/issues/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
.
Follow-up in #C1Q164V29