This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-15
Channels
- # babashka (13)
- # beginners (37)
- # calva (19)
- # cider (15)
- # clj-kondo (2)
- # clojure (152)
- # clojure-norway (1)
- # clojure-sweden (10)
- # clr (5)
- # emacs (19)
- # honeysql (1)
- # introduce-yourself (19)
- # joyride (1)
- # lsp (4)
- # malli (5)
- # membrane (6)
- # off-topic (11)
- # pathom (18)
- # polylith (13)
- # practicalli (3)
- # releases (4)
- # shadow-cljs (38)
com.github.seancorfield/honeysql {:mvn/version "2.4.969"}
-- https://github.com/seancorfield/honeysql -- Turn Clojure data structures into SQL:
• Fix https://github.com/seancorfield/honeysql/issues/454 by allowing -
to be variadic.
• Address https://github.com/seancorfield/honeysql/pull/452 by adding :replace-into
to the core SQL supported, instead of just for the MySQL and SQLite dialects (so the latter is not needed yet).
• Address https://github.com/seancorfield/honeysql/issues/451 by adding a test for it, showing how :nest
produces the desired result.
• Address https://github.com/seancorfield/honeysql/issues/447 by updating GitHub Actions and dependencies.
• Address https://github.com/seancorfield/honeysql/issues/445 and https://github.com/seancorfield/honeysql/issues/453 by adding key/constraint examples to CREATE TABLE
docs.
This is mostly a documentation update with a couple of small changes to better support PostgreSQL and SQLite. Follow-up in #C66EM8D5H
Fulcro 3.6.0-RC4 https://github.com/fulcrologic/fulcro Fixes a regression of rendering performance.