This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-03-16
Channels
- # announcements (1)
- # babashka (26)
- # beginners (17)
- # clojure (18)
- # clojure-europe (4)
- # clojure-losangeles (1)
- # clojure-norway (42)
- # clojure-uk (3)
- # datalevin (3)
- # datomic (5)
- # fulcro (7)
- # funcool (2)
- # gratitude (1)
- # hoplon (15)
- # hyperfiddle (7)
- # lsp (5)
- # malli (12)
- # off-topic (3)
- # reitit (7)
- # releases (5)
- # remote-jobs (8)
- # shadow-cljs (21)
- # sql (9)
https://github.com/seancorfield/next-jdbc https://github.com/seancorfield/next-jdbc/releases/tag/v1.3.925 -- this is mostly a documentation enhancement release but it also includes a new "friendly SQL function" (for @vemv)
• Address https://github.com/seancorfield/next-jdbc/issues/275 by noting that PostgreSQL may perform additional SQL queries to produce table names used in qualified result set builders.
• Address https://github.com/seancorfield/next-jdbc/issues/274 by adding next.jdbc.sql/aggregate-by-keys
as a convenient wrapper around find-by-keys
when you want just a single aggregate value back (such as count
, max
, etc).
• Address https://github.com/seancorfield/next-jdbc/issues/273 by linking to https://github.com/igrishaev/pg2 in the PostgreSQL *Tips & Tricks* section.
• Address https://github.com/seancorfield/next-jdbc/issues/268 by expanding the documentation around insert-multi!
and insert!
.
• Update dependency versions (including Clojure).
• Code cleanup per clj-kondo
.
Follow-up in #sql
