This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-02-11
Channels
- # announcements (1)
- # beginners (67)
- # calva (4)
- # cider (6)
- # clj-kondo (26)
- # clojure (45)
- # clojure-belgium (2)
- # clojure-sweden (1)
- # clojurescript (12)
- # community-development (26)
- # cursive (2)
- # datascript (3)
- # datomic (20)
- # emacs (4)
- # funcool (1)
- # graphql (11)
- # honeysql (3)
- # malli (12)
- # membrane (6)
- # nbb (4)
- # nextjournal (7)
- # pathom (8)
- # polylith (7)
- # rdf (1)
- # re-frame (1)
- # releases (2)
- # shadow-cljs (42)
- # specter (3)
- # tools-deps (25)
- # xtdb (17)
HoneySQL -- Turn Clojure data structures into SQL -- com.github.seancorfield/honeysql {:mvn/version "2.4.980"}
-- https://github.com/seancorfield/honeysql -- this is the third release since the last announcement here:
• Fix https://github.com/seancorfield/honeysql/issues/461 -- a regression introduced in 2.4.979 -- by restricting unary operators to just +
, -
, and ~
(bitwise negation).
• (2.4.979) Address https://github.com/seancorfield/honeysql/issues/459 by making all operators variadic (except :=
and :<>
).
• (2.4.979) Address https://github.com/seancorfield/honeysql/issues/458 by adding registered-*?
predicates.
• (2.4.972) Address https://github.com/seancorfield/honeysql/issues/456 by allowing format
to handle expressions (like 1.x could) as well as statements. This should aid with migration from 1.x to 2.x.
• (2.4.969) Fix https://github.com/seancorfield/honeysql/issues/454 by allowing -
to be variadic.
• (2.4.969) 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).
• (2.4.969) Address https://github.com/seancorfield/honeysql/issues/451 by adding a test for it, showing how :nest
produces the desired result.
• (2.4.969) Address https://github.com/seancorfield/honeysql/issues/447 by updating GitHub Actions and dependencies.
• (2.4.969) 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.
Follow-up in #honeysql