v0.4.15
What's Changed
- Fix the printing order of the EngineExpr.String() method by @whscout in #201
- parser: fix typed placeholder lookahead; parse WHERE in SELECT without FROM by @ajruckman in #202
- parser: support ALTER TABLE DELETE/UPDATE mutations by @ajruckman in #203
- Allow to use the optional
IN PARTITIONexpression in ALTER TABLE by @git-hulk in #206 - parser: QBit data type support via simplified identifier handling by @ajruckman in #207
- Support multiple WINDOW definitions; expand window function tests by @ajruckman in #208
New Contributors
- @whscout made their first contribution in #201
- @ajruckman made their first contribution in #202
Full Changelog: v0.4.14...v0.4.15