note assertion change

Signed-off-by: Sean Corfield <sean@corfield.org>
This commit is contained in:
Sean Corfield 2024-12-01 13:47:44 -08:00
parent 10ec823151
commit 0272c7b9ed
No known key found for this signature in database

View file

@ -2,6 +2,7 @@
* 2.6.next in progress * 2.6.next in progress
* Address [#555](https://github.com/seancorfield/honeysql/issues/555) by supporting `SETTING` clause for XTDB. * Address [#555](https://github.com/seancorfield/honeysql/issues/555) by supporting `SETTING` clause for XTDB.
* Replace `assert` calls with proper validation, throwing `ex-info` on failure (like other existing validation in HoneySQL).
* Experimental `:xtdb` dialect removed (since XTDB no longer supports qualified column names). * Experimental `:xtdb` dialect removed (since XTDB no longer supports qualified column names).
* 2.6.1230 -- 2024-11-23 * 2.6.1230 -- 2024-11-23