v0.4.5
What's Changed
- Parse select item alias even without
AS
keyword by @orian in #125 - Fix the expr might be empty in window frame cause by @git-hulk in #127
- Add support of using the SELECT query as table function argument by @git-hulk in #128
- Fix panic with the invalid SQL by @git-hulk in #130
- Fix SubQuery was being recognized as an ident by @git-hulk in #132
- Fix should preserve DISTINCT in ParamExprList by Reusing ColumnExprList.String() by @anshal21 in #133
- Add support of TTL expression in column definition by @git-hulk in #136
New Contributors
Full Changelog: v0.4.4...v0.4.5