Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
blobcity-db-1.7.9-alpha.tar.gz | 2019-08-03 | 315.8 MB | |
README.md | 2019-08-03 | 359 Bytes | |
Version 1.7.9 source code.tar.gz | 2019-08-03 | 116.7 MB | |
Version 1.7.9 source code.zip | 2019-08-03 | 117.0 MB | |
Totals: 4 Items | 549.6 MB | 0 |
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.