2.6.1230
seancorfield
released this
23 Nov 21:33
·
27 commits
to develop
since this release
- Fix #553 by adding
:not-between
as special syntax via PR #554 @plooney81 - Fix #552 by changing the assert-on-load behavior into an explicit test in the test suite.
- Fix #551 by supporting multiple
WINDOW
clauses. - Fix #549 by using
:bb
conditionals to support Babashka (and still support Clojure 1.9.0), and add testing against Babashka so it is fully-supported as a target via PR #550 @borkdude - Address #532 by adding support for XTDB SQL extensions
ERASE
,EXCLUDE
,OBJECT
,RECORD
,RECORDS
, andRENAME
, along with inline hash maps (as records) and:get-in
for object navigation, and starting to write tests for XTDB compatibility.