This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-08-01
Channels
- # aleph (3)
- # announcements (10)
- # babashka (6)
- # bangalore-clj (4)
- # beginners (91)
- # biff (7)
- # cider (25)
- # cljs-dev (1)
- # clojure (109)
- # clojure-europe (9)
- # clojure-norway (5)
- # clojure-uk (1)
- # clojurescript (22)
- # cursive (22)
- # data-science (1)
- # datalevin (5)
- # datomic (7)
- # emacs (7)
- # etaoin (1)
- # events (3)
- # graphql (12)
- # hyperfiddle (1)
- # inf-clojure (1)
- # lsp (69)
- # luminus (1)
- # meander (21)
- # nbb (4)
- # off-topic (27)
- # other-languages (12)
- # rdf (58)
- # releases (3)
- # remote-jobs (2)
- # rum (12)
- # shadow-cljs (4)
- # sql (3)
- # xtdb (1)
Edit: this is now out officially as https://github.com/cgrand/xforms/releases/tag/v0.19.3 > I created an https://clojurians.slack.com/archives/CDN59JFM4/p1659294043320429 of https://github.com/cgrand/xforms that bundles some fixes and babashka compatibility. Feedback is welcome

These made it to upstream in the end: https://github.com/cgrand/xforms/releases/tag/v0.19.3
https://github.com/seancorfield/next-jdbc -- com.github.seancorfield/next.jdbc {:mvn/version "1.2.796"}
-- A modern low-level Clojure wrapper for JDBC-based access to databases.
• Make Transactable
extensible via metadata, via PR https://github.com/seancorfield/next-jdbc/issues/209 -- @vemv.
• Fix https://github.com/seancorfield/next-jdbc/issues/208 by treating unsupported exception as an empty string, just like the JDBC docs say should happen.
Follow-up in #sql