releases

seancorfield 2025-09-07T20:02:19.232009Z

https://github.com/seancorfield/honeysql https://github.com/seancorfield/honeysql/releases/tag/v2.7.1350 -- Turn Clojure data structures into SQL • Address https://github.com/seancorfield/honeysql/issues/589 by adding support for the QUALIFY clause (non-ANSI, but supported by several databases). • Note that HoneySQL does not support the double-colon :: syntax for casts: you must use the CAST syntax instead, i.e., [:cast :a :int] to produce CAST(a AS INT) instead of a::INT. • Update dev/test deps. Follow-up in #honeysql

🍯 7