v0.3.6
What's Changed
- Handling Codec(Delta, ZSTD(1)) by @sharadgaur in #73
- Extend the index parameters to support the float type by @laojianzi in #74
- Fixed missing right parentheses in README.md example code by @laojianzi in #75
- Add
Format SQL
correctness check and fix failed tests by @laojianzi in #76 - Handling Delta with number literal by @sharadgaur in #78
- Add support of the format clause for the select stmt by @laojianzi in #79
- Fix missing type level in codec constraint while generating SQL by @laojianzi in #82
- Fix missing DROP keyword in alter table drop clause by @laojianzi in #81
- Fix the "=" operator should be present if the setting
variable
carries a value by @laojianzi in #80 - Handling T64, DoubleDelta, Gorilla codec by @sharadgaur in #83
- Add support of MATERIALIZED|ALIAS expr for the column def by @git-hulk in #86
- Fix panic while the query with order by Timestamp keyword by @git-hulk in #88
- Fix wrongly parse
+1
as a number in expression:1+1
by @git-hulk in #91 - Add support of parsing map literal and query parameter by @git-hulk in #94
- Add support of parsing query placeholder
?
by @git-hulk in #95 - Fix unable to recursive parsing the UNION clause by @git-hulk in #96
- String() should return the compact string format by default by @git-hulk in #97
New Contributors
- @sharadgaur made their first contribution in #73
- @laojianzi made their first contribution in #74
Full Changelog: v0.3.4...v0.3.6