5.5 KiB
5.5 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.0-beta (2020-12-30)
Features
- fink: refactoring selectStatement (dae7980)
- flin: add split sql test (1a7573c)
- flink: add createTable grammar (6fd90ce)
- flink: add describe/explain/use/show statement and some test (3e4318d)
- flink: add drop/alter test add add part of queryStatement (5be0acb)
- flink: add grammar rules that pass the test (0b599c9)
- flink: add inset\drop\alter grammar (6c60c4b)
- flink: add performance test (c8a4aee)
- flink: add queryStatement (22c824b)
- flink: adjust lexer position to fix test error (970e1c0)
- flink: merge parser and lexer in order to java test (a5dda8e)
- flink: modify grammar to match keywords (c1b6b56)
- flink: perfect query statement (a74eb1b)
- flink: update createTable grammar (5cf9312)
- flink: update flink SQL grammar (34fbc37)
- flink: update flinkSql grammar and add some test (cd344a9)
- flink: update grammar to match special columnName (25fbdf0)
- utils: add cleanSql、splitSql、lexer func and test (2400a1c)
- add generic and plsql basic parser file (7ec0001)
- add some query grammar (bc06afa)
- create hive lexer and hive parser (81fb236)
- refactoring hive SQL lexer (c3af5fc)
- flinksql: add some lexer (e8822d5)
Bug Fixes
- jest command (8a2bc42)
- ts problem (8bc0ce9)
- flink: clear useless comments (d3008ad)
- adjust import path (cff6192)
- restore antlr4 config (3137fac)
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.