lava-oushudb-dt-sql-parser/CHANGELOG.md
2022-12-30 17:42:50 +08:00

7.2 KiB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.0.0-beta.3.1 (2022-12-30)

Bug Fixes

  • fix bracket match (e446fc0)
  • fix flinksql create table grammar, add test (#65) (0c9a831)

4.0.0-beta.3 (2022-12-16)

4.0.0-beta.2.2 (2021-09-10)

Features

  • add Bracket, Comma, and FunctionArguments tokens (b1ae454)
  • remove the impala (dd38dda)
  • remove the impala (f9cf65d)
  • support custom variables ${} (df18e6c)
  • tokenizer for the function arugments (bb6e8ac)

4.0.0-beta.2.1 (2021-07-16)

4.0.0-beta.2 (2021-05-11)

Bug Fixes

4.0.0-beta.1 (2021-01-05)

Features

  • fink: refactoring selectStatement (d7d32a3)
  • flin: add split sql test (3054e90)
  • flink: add createTable grammar (b7df08f)
  • flink: add describe/explain/use/show statement and some test (0ef8069)
  • flink: add drop/alter test add add part of queryStatement (9fc91a5)
  • flink: add grammar rules that pass the test (afef8e6)
  • flink: add inset\drop\alter grammar (158e235)
  • flink: add performance test (cc1d5ab)
  • flink: add queryStatement (ba29949)
  • flink: adjust lexer position to fix test error (da9660c)
  • flink: merge parser and lexer in order to java test (0735269)
  • flink: modify grammar to match keywords (e67f991)
  • flink: perfect query statement (1b9efdc)
  • flink: update createTable grammar (d1259b4)
  • flink: update flink SQL grammar (04c4c40)
  • flink: update flinkSql grammar and add some test (c9d88d0)
  • flink: update grammar to match special columnName (a9b1e90)
  • utils: add cleanSql、splitSql、lexer func and test (7d6c753)
  • add generic and plsql basic parser file (f851638)
  • add some query grammar (a5ea7be)
  • create hive lexer and hive parser (ec41432)
  • refactoring hive SQL lexer (557e9a3)
  • flinksql: add some lexer (6082c2b)

Bug Fixes