Skip to content

v0.3.4

Compare
Choose a tag to compare
@git-hulk git-hulk released this 29 Jun 11:59
· 24 commits to master since this release
61b3867

What's Changed

  • Fix can't parse if column name contains the database field by @git-hulk in #33
  • Added FINAL processing to SELECT and fixed conversion of selectExpr to string by @Dolso in #34
  • Allow to use STRING as the table name by @git-hulk in #39
  • Fix cannot parse LEFT JOIN correctly by @git-hulk in #41
  • Allow to use '$' as the start of identifier by @git-hulk in #42
  • Fix cannot parse JOIN only expression correctly by @git-hulk in #44
  • Implement visitor for AST by @zfy0701 in #45
  • Fix the wrong parsing of creating materialized view statements by @Lance726 in #49
  • Fix cast expr issues by @git-hulk in #50
  • Fix cannot alias column with the literal string by @git-hulk in #51
  • Allow to use string as database/table name by @git-hulk in #52
  • Fix should regard double quote string as an ident by @git-hulk in #54
  • Fix cannot parse multi JOIN expressions by @git-hulk in #56
  • Fix alter table add column cannot bring the comment field by @git-hulk in #58
  • Add support of parsing ADD PROJECTION statement by @git-hulk in #61
  • Add support of the CLEAR PROJECTION statement by @git-hulk in #62
  • Add support of the DROP PROJECTION statement by @git-hulk in #63
  • Add support of the MATERIALIZE PROJECTION|INDEX statement by @git-hulk in #64
  • Fix should skip spaces before parsing the comment line by @git-hulk in #66
  • Fix panic while occurring the error by @git-hulk in #68
  • Unify SQL parser terms: stmt / clause/expression by @git-hulk in #69
  • Fix should allow the table alias without the AS keyword by @git-hulk in #71

New Contributors

Full Changelog: v0.3.1...0.3.4