This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-17
Channels
- # announcements (6)
- # babashka-sci-dev (6)
- # beginners (99)
- # biff (3)
- # cider (4)
- # clerk (44)
- # clj-kondo (2)
- # clojure (65)
- # clojure-europe (57)
- # clojure-germany (5)
- # clojure-nl (1)
- # clojure-norway (13)
- # clojure-spec (19)
- # clojure-uk (3)
- # clojurescript (8)
- # conjure (3)
- # cursive (21)
- # datahike (19)
- # datomic (1)
- # events (7)
- # fulcro (14)
- # graalvm (3)
- # gratitude (1)
- # guix (5)
- # honeysql (1)
- # humbleui (19)
- # hyperfiddle (39)
- # lsp (4)
- # malli (7)
- # music (1)
- # off-topic (33)
- # pathom (65)
- # re-frame (9)
- # reagent (3)
- # reitit (6)
- # releases (1)
- # sql (15)
- # tools-build (7)
- # vim (5)
- # xtdb (16)
https://github.com/seancorfield/honeysql: Turn Clojure data structures into SQL
2.4.1006 -- improving compatibility with 1.x and easing migration to 2.x:
• Fix https://github.com/seancorfield/honeysql/issues/478 by handling :do-update-set
correctly in the upsert
helper and by handling parameters correctly in the :do-update-set
formatter.
• Fix https://github.com/seancorfield/honeysql/issues/476 by adding support for multiple arguments to :raw
, essentially restoring 1.x functionality (while still allowing for embedded vectors as expressions, introduced in 2.x).
Follow-up in #C66EM8D5H
🎉 2