| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.7.1364 source code.tar.gz | 2025-11-27 | 161.1 kB | |
| 2.7.1364 source code.zip | 2025-11-27 | 188.5 kB | |
| README.md | 2025-11-27 | 661 Bytes | |
| Totals: 3 Items | 350.2 kB | 0 | |
- Address #593 by adding
:transform-null-equalsoption to control whether[:= expr nil]transforms toIS NULLor preserves= NULL. Defaults totrue(current behavior) for backward compatibility. When set tofalse, follows SQL standard semantics. Mirrors PostgreSQL'stransform_null_equalsconfiguration option. - Fix #590 by allowing simple expressions on the LHS of
SET =clauses, such as array element assignment. - Update dev/test deps (Clojure 1.12.3, CLI 1.12.3.1577).
- Add matrix testing against JDK 25; drop JDK 8.