From 7c349fb5336be2585f46d6997c60c5baaa5a0aad Mon Sep 17 00:00:00 2001 From: xiaowei Date: Wed, 30 Dec 2020 16:27:13 +0800 Subject: [PATCH 1/7] chore(release): 4.0.0-beta --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cda73de --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + From acf0210fbfca2246057d5597478d4c8a8d5ba212 Mon Sep 17 00:00:00 2001 From: xiaowei Date: Wed, 30 Dec 2020 16:27:56 +0800 Subject: [PATCH 2/7] chore(release): 4.0.0-beta --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cda73de..0f5044c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,3 +2,44 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.0.0-beta](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/compare/v3.0.5...v4.0.0-beta) (2020-12-30) + + +### Features + +* **fink:** refactoring selectStatement ([dae7980](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/dae7980f75232a69b9cac89e816fcc1e18b41e30)) +* **flin:** add split sql test ([1a7573c](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/1a7573c6901674b0fd135478ec66efefbab00561)) +* **flink:** add createTable grammar ([6fd90ce](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/6fd90ced5cc191bea18de79d7f0e4a3a080a9330)) +* **flink:** add describe/explain/use/show statement and some test ([3e4318d](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/3e4318db6182f7a1850de25396320688039f050a)) +* **flink:** add drop/alter test add add part of queryStatement ([5be0acb](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/5be0acb6922e7673114c0e20c167acf16c41f356)) +* **flink:** add grammar rules that pass the test ([0b599c9](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/0b599c99db8f486a8783d3de8b86a9ffbe8a215f)) +* **flink:** add inset\drop\alter grammar ([6c60c4b](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/6c60c4be582fc75af98bbeacc3d40f36226bab08)) +* **flink:** add performance test ([c8a4aee](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/c8a4aee373395aa865f7c3d04bb5edd0495ed672)) +* **flink:** add queryStatement ([22c824b](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/22c824bad6eb009f24ad5a8f8deebefdff6c3671)) +* **flink:** adjust lexer position to fix test error ([970e1c0](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/970e1c08352d5f863a662ef42bf3b9d0c9325d0d)) +* **flink:** merge parser and lexer in order to java test ([a5dda8e](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/a5dda8e67f92a4555f4a279d20594ecef6195123)) +* **flink:** modify grammar to match keywords ([c1b6b56](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/c1b6b56fce21910684604936317ecb28a19e506d)) +* **flink:** perfect query statement ([a74eb1b](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/a74eb1be1155c3ee4fa6d67058f1c8c47adb1f7b)) +* **flink:** update createTable grammar ([5cf9312](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/5cf9312d6411969683acbf75aa4431bb314f14ea)) +* **flink:** update flink SQL grammar ([34fbc37](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/34fbc377e4dea32b9e1f86e276812324e11a097c)) +* **flink:** update flinkSql grammar and add some test ([cd344a9](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/cd344a986c043f3da67d4b8aa69cac74e377962f)) +* **flink:** update grammar to match special columnName ([25fbdf0](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/25fbdf0df9dbc3690ddc9532bd60a2e47f628264)) +* **utils:** add cleanSql、splitSql、lexer func and test ([2400a1c](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/2400a1ce3b54e1336f0940b59846392b36d57eaa)) +* add generic and plsql basic parser file ([7ec0001](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/7ec000157c9355cb01b9be80367554c151f1e8e6)) +* add some query grammar ([bc06afa](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/bc06afa0c096118be7c8a8f21469d7bc976dac96)) +* create hive lexer and hive parser ([81fb236](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/81fb23648e0f3d080331f16f387a857d26f12d60)) +* refactoring hive SQL lexer ([c3af5fc](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/c3af5fccc10619f9ea4cb7680e58864bfbbae2c0)) +* **flinksql:** add some lexer ([e8822d5](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/e8822d530f79bd873dc259ba6182789397fb68f2)) + + +### Bug Fixes + +* jest command ([8a2bc42](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/8a2bc4277fc0b78323437b27e3d7be2450eb6eb4)) +* ts problem ([8bc0ce9](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/8bc0ce9fb023a742705f1e6aab69153e89e10ec5)) +* **flink:** clear useless comments ([d3008ad](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/d3008add05c45a748acda539fbb4cbc12603d482)) +* adjust import path ([cff6192](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/cff6192d0f87c12cdd88159b9d2fa3e68b836ecb)) +* restore antlr4 config ([3137fac](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/3137fac4e15444e6fc9845e0d25ba2b0d9c091d6)) + +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. From 76f1efb690a254ad894f886d0f570fa71744eff5 Mon Sep 17 00:00:00 2001 From: xiaowei Date: Wed, 30 Dec 2020 16:36:23 +0800 Subject: [PATCH 3/7] ci: update publishConfig and repository url --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d20bd7..e6ab844 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dt-sql-parser", "version": "4.0.0-beta", - "description": "There are some sql parsers in javascript and generated by antlr4", + "description": "There are some sql parsers built with antlr4, and it's mainly for the **BigData** domain.", "keywords": [ "sql", "parser", @@ -33,6 +33,10 @@ "typescript": "^3.6.3" }, "git repository": "https://github.com/DTStack/dt-sql-parser", + "repository": "https://github.com/DTStack/dt-sql-parser", + "publishConfig": { + "registry": "https://registry.npmjs.org/" + }, "dependencies": { "@types/antlr4": "4.7.0", "antlr4": "4.7.2" From c7bf5898e048fb9dbd4b933672f28f7e895d6e52 Mon Sep 17 00:00:00 2001 From: xiaowei Date: Wed, 30 Dec 2020 16:36:54 +0800 Subject: [PATCH 4/7] docs: update Roadmap --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3ebbb4..464817b 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,7 @@ Parse the input and convert the AST to a `List-like` tree string. ## Roadmap - Auto-complete -- Format code +- Code formatting ## License From 2f400b8fc4787592eed92abcce16dcf2f06cc635 Mon Sep 17 00:00:00 2001 From: xiaowei Date: Wed, 30 Dec 2020 16:39:02 +0800 Subject: [PATCH 5/7] chore(release): 4.0.0-beta.1 --- CHANGELOG.md | 38 +------------------------------------- package.json | 2 +- 2 files changed, 2 insertions(+), 38 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f5044c..fc9f64b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,43 +2,7 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -## [4.0.0-beta](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/compare/v3.0.5...v4.0.0-beta) (2020-12-30) - - -### Features - -* **fink:** refactoring selectStatement ([dae7980](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/dae7980f75232a69b9cac89e816fcc1e18b41e30)) -* **flin:** add split sql test ([1a7573c](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/1a7573c6901674b0fd135478ec66efefbab00561)) -* **flink:** add createTable grammar ([6fd90ce](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/6fd90ced5cc191bea18de79d7f0e4a3a080a9330)) -* **flink:** add describe/explain/use/show statement and some test ([3e4318d](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/3e4318db6182f7a1850de25396320688039f050a)) -* **flink:** add drop/alter test add add part of queryStatement ([5be0acb](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/5be0acb6922e7673114c0e20c167acf16c41f356)) -* **flink:** add grammar rules that pass the test ([0b599c9](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/0b599c99db8f486a8783d3de8b86a9ffbe8a215f)) -* **flink:** add inset\drop\alter grammar ([6c60c4b](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/6c60c4be582fc75af98bbeacc3d40f36226bab08)) -* **flink:** add performance test ([c8a4aee](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/c8a4aee373395aa865f7c3d04bb5edd0495ed672)) -* **flink:** add queryStatement ([22c824b](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/22c824bad6eb009f24ad5a8f8deebefdff6c3671)) -* **flink:** adjust lexer position to fix test error ([970e1c0](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/970e1c08352d5f863a662ef42bf3b9d0c9325d0d)) -* **flink:** merge parser and lexer in order to java test ([a5dda8e](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/a5dda8e67f92a4555f4a279d20594ecef6195123)) -* **flink:** modify grammar to match keywords ([c1b6b56](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/c1b6b56fce21910684604936317ecb28a19e506d)) -* **flink:** perfect query statement ([a74eb1b](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/a74eb1be1155c3ee4fa6d67058f1c8c47adb1f7b)) -* **flink:** update createTable grammar ([5cf9312](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/5cf9312d6411969683acbf75aa4431bb314f14ea)) -* **flink:** update flink SQL grammar ([34fbc37](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/34fbc377e4dea32b9e1f86e276812324e11a097c)) -* **flink:** update flinkSql grammar and add some test ([cd344a9](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/cd344a986c043f3da67d4b8aa69cac74e377962f)) -* **flink:** update grammar to match special columnName ([25fbdf0](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/25fbdf0df9dbc3690ddc9532bd60a2e47f628264)) -* **utils:** add cleanSql、splitSql、lexer func and test ([2400a1c](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/2400a1ce3b54e1336f0940b59846392b36d57eaa)) -* add generic and plsql basic parser file ([7ec0001](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/7ec000157c9355cb01b9be80367554c151f1e8e6)) -* add some query grammar ([bc06afa](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/bc06afa0c096118be7c8a8f21469d7bc976dac96)) -* create hive lexer and hive parser ([81fb236](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/81fb23648e0f3d080331f16f387a857d26f12d60)) -* refactoring hive SQL lexer ([c3af5fc](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/c3af5fccc10619f9ea4cb7680e58864bfbbae2c0)) -* **flinksql:** add some lexer ([e8822d5](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/e8822d530f79bd873dc259ba6182789397fb68f2)) - - -### Bug Fixes - -* jest command ([8a2bc42](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/8a2bc4277fc0b78323437b27e3d7be2450eb6eb4)) -* ts problem ([8bc0ce9](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/8bc0ce9fb023a742705f1e6aab69153e89e10ec5)) -* **flink:** clear useless comments ([d3008ad](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/d3008add05c45a748acda539fbb4cbc12603d482)) -* adjust import path ([cff6192](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/cff6192d0f87c12cdd88159b9d2fa3e68b836ecb)) -* restore antlr4 config ([3137fac](http://gitlab.prod.dtstack.cn:10022/dt-insight-front/infrastructure/dt-sql-parser/commit/3137fac4e15444e6fc9845e0d25ba2b0d9c091d6)) +## [4.0.0-beta.1](https://github.com/DTStack/dt-sql-parser/compare/v4.0.0-beta...v4.0.0-beta.1) (2020-12-30) # Changelog diff --git a/package.json b/package.json index e6ab844..f9425bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dt-sql-parser", - "version": "4.0.0-beta", + "version": "4.0.0-beta.1", "description": "There are some sql parsers built with antlr4, and it's mainly for the **BigData** domain.", "keywords": [ "sql", From 0259212981123168ee4273813d85a6426dbf52be Mon Sep 17 00:00:00 2001 From: xiaowei Date: Wed, 30 Dec 2020 16:40:28 +0800 Subject: [PATCH 6/7] chore(release): 4.0.0-beta --- CHANGELOG.md | 38 +++++++++++++++++++++++++++++++++++++- package.json | 2 +- 2 files changed, 38 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc9f64b..189f031 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,43 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -## [4.0.0-beta.1](https://github.com/DTStack/dt-sql-parser/compare/v4.0.0-beta...v4.0.0-beta.1) (2020-12-30) +## [4.0.0-beta](https://github.com/DTStack/dt-sql-parser/compare/v3.0.5...v4.0.0-beta) (2020-12-30) + + +### Features + +* **fink:** refactoring selectStatement ([dae7980](https://github.com/DTStack/dt-sql-parser/commit/dae7980f75232a69b9cac89e816fcc1e18b41e30)) +* **flin:** add split sql test ([1a7573c](https://github.com/DTStack/dt-sql-parser/commit/1a7573c6901674b0fd135478ec66efefbab00561)) +* **flink:** add createTable grammar ([6fd90ce](https://github.com/DTStack/dt-sql-parser/commit/6fd90ced5cc191bea18de79d7f0e4a3a080a9330)) +* **flink:** add describe/explain/use/show statement and some test ([3e4318d](https://github.com/DTStack/dt-sql-parser/commit/3e4318db6182f7a1850de25396320688039f050a)) +* **flink:** add drop/alter test add add part of queryStatement ([5be0acb](https://github.com/DTStack/dt-sql-parser/commit/5be0acb6922e7673114c0e20c167acf16c41f356)) +* **flink:** add grammar rules that pass the test ([0b599c9](https://github.com/DTStack/dt-sql-parser/commit/0b599c99db8f486a8783d3de8b86a9ffbe8a215f)) +* **flink:** add inset\drop\alter grammar ([6c60c4b](https://github.com/DTStack/dt-sql-parser/commit/6c60c4be582fc75af98bbeacc3d40f36226bab08)) +* **flink:** add performance test ([c8a4aee](https://github.com/DTStack/dt-sql-parser/commit/c8a4aee373395aa865f7c3d04bb5edd0495ed672)) +* **flink:** add queryStatement ([22c824b](https://github.com/DTStack/dt-sql-parser/commit/22c824bad6eb009f24ad5a8f8deebefdff6c3671)) +* **flink:** adjust lexer position to fix test error ([970e1c0](https://github.com/DTStack/dt-sql-parser/commit/970e1c08352d5f863a662ef42bf3b9d0c9325d0d)) +* **flink:** merge parser and lexer in order to java test ([a5dda8e](https://github.com/DTStack/dt-sql-parser/commit/a5dda8e67f92a4555f4a279d20594ecef6195123)) +* **flink:** modify grammar to match keywords ([c1b6b56](https://github.com/DTStack/dt-sql-parser/commit/c1b6b56fce21910684604936317ecb28a19e506d)) +* **flink:** perfect query statement ([a74eb1b](https://github.com/DTStack/dt-sql-parser/commit/a74eb1be1155c3ee4fa6d67058f1c8c47adb1f7b)) +* **flink:** update createTable grammar ([5cf9312](https://github.com/DTStack/dt-sql-parser/commit/5cf9312d6411969683acbf75aa4431bb314f14ea)) +* **flink:** update flink SQL grammar ([34fbc37](https://github.com/DTStack/dt-sql-parser/commit/34fbc377e4dea32b9e1f86e276812324e11a097c)) +* **flink:** update flinkSql grammar and add some test ([cd344a9](https://github.com/DTStack/dt-sql-parser/commit/cd344a986c043f3da67d4b8aa69cac74e377962f)) +* **flink:** update grammar to match special columnName ([25fbdf0](https://github.com/DTStack/dt-sql-parser/commit/25fbdf0df9dbc3690ddc9532bd60a2e47f628264)) +* **utils:** add cleanSql、splitSql、lexer func and test ([2400a1c](https://github.com/DTStack/dt-sql-parser/commit/2400a1ce3b54e1336f0940b59846392b36d57eaa)) +* add generic and plsql basic parser file ([7ec0001](https://github.com/DTStack/dt-sql-parser/commit/7ec000157c9355cb01b9be80367554c151f1e8e6)) +* add some query grammar ([bc06afa](https://github.com/DTStack/dt-sql-parser/commit/bc06afa0c096118be7c8a8f21469d7bc976dac96)) +* create hive lexer and hive parser ([81fb236](https://github.com/DTStack/dt-sql-parser/commit/81fb23648e0f3d080331f16f387a857d26f12d60)) +* refactoring hive SQL lexer ([c3af5fc](https://github.com/DTStack/dt-sql-parser/commit/c3af5fccc10619f9ea4cb7680e58864bfbbae2c0)) +* **flinksql:** add some lexer ([e8822d5](https://github.com/DTStack/dt-sql-parser/commit/e8822d530f79bd873dc259ba6182789397fb68f2)) + + +### Bug Fixes + +* jest command ([8a2bc42](https://github.com/DTStack/dt-sql-parser/commit/8a2bc4277fc0b78323437b27e3d7be2450eb6eb4)) +* ts problem ([8bc0ce9](https://github.com/DTStack/dt-sql-parser/commit/8bc0ce9fb023a742705f1e6aab69153e89e10ec5)) +* **flink:** clear useless comments ([d3008ad](https://github.com/DTStack/dt-sql-parser/commit/d3008add05c45a748acda539fbb4cbc12603d482)) +* adjust import path ([cff6192](https://github.com/DTStack/dt-sql-parser/commit/cff6192d0f87c12cdd88159b9d2fa3e68b836ecb)) +* restore antlr4 config ([3137fac](https://github.com/DTStack/dt-sql-parser/commit/3137fac4e15444e6fc9845e0d25ba2b0d9c091d6)) # Changelog diff --git a/package.json b/package.json index f9425bf..e6ab844 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dt-sql-parser", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta", "description": "There are some sql parsers built with antlr4, and it's mainly for the **BigData** domain.", "keywords": [ "sql", From 5ca66cc79ad4c3560550bab469bcee2a2d69fe96 Mon Sep 17 00:00:00 2001 From: xiaowei Date: Wed, 30 Dec 2020 16:41:46 +0800 Subject: [PATCH 7/7] docs: update Changelog --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 189f031..eeddff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,6 @@ All notable changes to this project will be documented in this file. See [standa ## [4.0.0-beta](https://github.com/DTStack/dt-sql-parser/compare/v3.0.5...v4.0.0-beta) (2020-12-30) - ### Features * **fink:** refactoring selectStatement ([dae7980](https://github.com/DTStack/dt-sql-parser/commit/dae7980f75232a69b9cac89e816fcc1e18b41e30)) @@ -31,7 +30,6 @@ All notable changes to this project will be documented in this file. See [standa * refactoring hive SQL lexer ([c3af5fc](https://github.com/DTStack/dt-sql-parser/commit/c3af5fccc10619f9ea4cb7680e58864bfbbae2c0)) * **flinksql:** add some lexer ([e8822d5](https://github.com/DTStack/dt-sql-parser/commit/e8822d530f79bd873dc259ba6182789397fb68f2)) - ### Bug Fixes * jest command ([8a2bc42](https://github.com/DTStack/dt-sql-parser/commit/8a2bc4277fc0b78323437b27e3d7be2450eb6eb4))