12 KiB
12 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.0-beta.4.2 (2023-08-31)
Features
- format hive grammar files name (1d890e5)
- hiveSQL support create/drop/alter index grammar (ebd9a1e)
- recomplie hive sql grammar and fix parser about (e97e0b2)
- support DT_ADD_CONFIG_FILE syntax (13b58b2)
Bug Fixes
4.0.0-beta.4.1 (2023-06-16)
4.0.0-beta.4 (2023-06-14)
Features
- complete Query statements of FlinkSQL (#93) (a026ae0)
- extracting the common readSQL function (4af913c)
- FlinkSQL supports auto complete (#115) (1b02ff5)
- flink: support insert multipe tables statement for FlinkSQL 1.15(#104) (c409b80)
- flink: support NOT NULL syntax (#103) (4b824fb)
- improve flinksql createStatement (#91) (370cccf)
- improve flinksql insertStatement (dc417e1)
- replace fliePath with slashText to resolve conflict between filePath and arithmetic (#112) (793ff6e)
- support trino(presto) sql language (#105) (9c82a5d)
- update alter and drop statements (#94) (fbee70c)
- update the builtin funcs of flinksql (#102) (0924acf)
- upgrade antlr4 to 4.12.0 (#88) (c1c72de)
Bug Fixes
- correct the grammar usage, especially in the parts targeting javascript (#109) (eeb111b)
- ingore the unused errors of libs (b39825e)
- rename to TrinoSqlParser (46a8a7a)
- rename TrinoSqlParser to TrinoSql (8084c79)
- rename TrinoSqlVisitor (76d7ee5)
- update the exports path of trino (1442ad6)
4.0.0-beta.3.2 (2023-01-09)
4.0.0-beta.3.1 (2022-12-30)
Bug Fixes
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
- adjust import path (e7e0c15)
- clea sql white spaces \n fix #21 (#26) (b632f62)
- clean sql white spaces #21 (dc49697)
- delete mock data (da25815)
- jest command (76675e8)
- lexer for comment (5f5af0a)
- restore antlr4 config (504f6df)
- ts problem (6b16f75)
- flink: clear useless comments (771b562)
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)