Fork me on GitHub
#announcements
<
2023-02-11
>
seancorfield21:02:33

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

🎉 24