Skip to content

v0.4.15

Choose a tag to compare

@git-hulk git-hulk released this 01 Nov 06:08
· 9 commits to master since this release
60759d4

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 PARTITION expression 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

Full Changelog: v0.4.14...v0.4.15