- support subqueries in the FROM clause
- support positional GROUP BY
- support
EXTRACTandDATE_TRUNCfunctions - parse "t" and "f" as truthy values
- fixed panic when parsing invalid datetimes #184
- optimized release build by reducing codegen-units to 1 #183
Thanks to @dvs-111 and @zamazan4ik for reporting bugs and bringing in the ideas how to improve the project!