Skip to content

Version 1.7.9

Compare
Choose a tag to compare
@sanketsarang sanketsarang released this 03 Aug 10:46
· 24 commits to master since this release
46ff8ac

Bug fixes in queries performing boolean searches

SELECT * FROM ds.collection where col1 = true would fail before this version due to incorrect handling of boolean constants

This release also contains improvements in aggregate operations such as SUM and AVG. The result of aggregate was inconsistent due to incorrect thread concurrency management.