2.1.818
seancorfield
released this
04 Oct 23:10
·
454 commits
to develop
since this release
- Fix #367 by supporting parameters in subexpressions around
IS NULL
/IS NOT NULL
tests. - Address #366 by introducing
:values-default-columns
option to control whether missing columns are treated asNULL
orDEFAULT
in:values
clauses with sequences of hash maps. - Fix #365 -- a regression from 1.x -- where subclauses for
UNION
,EXCEPT
, etc were incorrectly parenthesized. - Update
build-clj
to v0.5.0.