Ziv
|
fbee70cde5
|
feat: update alter and drop statements (#94)
* feat: add UNIQUE keyword
* feat: support ifExist, addConstraint, dropConstraint and addUnique of alter table statement
* feat: support ifExist, addConstraint, dropConstraint and addUnique of alter table statement
* tests: add tests of alter statements
* docs: add comments for sql syntax
* build: optimize promote of build/antlr4
* ci: add max_old_space_size
* ci: add max_old_space_size
* ci: update tests script
|
2023-05-17 10:00:35 +08:00 |
|
wewoor
|
526a58ad2e
|
Merge branch 'master' of github.com:DTStack/dt-sql-parser
|
2023-05-12 10:47:46 +08:00 |
|
mumiao
|
dc417e1381
|
feat: improve flinksql insertStatement
* feat: feat: improve flinksql insertStatement
* feat: complete insertFromSelectQueries syntax unit tests
* feat: complete insertValuesIntoTable syntax unit tests
* feat: improve insertValuesIntoTable sql case data
* feat: complete insertMultipeTables unit cases
* feat: depracate insertMulStatement grammar for 1.1.4
* fix: depracate unless files
* test: recover jest.config info
* feat: improve insertMultipleTable.sql test case
* feat: build new flinksql parser and lexer
* feat: generator new flink parser and lexer file
* test: improve readSQL logic
* test: fix insertMultipleTable sql error
* test: recover jest.config.js info
|
2023-05-12 09:31:54 +08:00 |
|
wewoor
|
7b7c2ab8d8
|
test: drop statment tests
|
2023-05-11 19:06:19 +08:00 |
|
wewoor
|
65a754e533
|
test: update tests of alter statemnts
|
2023-05-11 18:54:56 +08:00 |
|
wewoor
|
04a56ba618
|
refactor: import readSQL function
|
2023-05-11 18:12:50 +08:00 |
|
野迂迂
|
370cccf8d9
|
feat: improve flinksql createStatement (#91)
* feat: improve flinksql createStatement
* feat: complete CREATE syntax unit tests
* feat: complete CREATA TABLE syntax tests
* feat: develop flinkSQL grammar
* feat: improve tableConstraint
* fix: convert TIMESTAMP_LTZ
* test: improve tests
* feat: build new flinksql parser and lexer
* test: add CREATE TEMPLATE TABLE test
|
2023-05-11 17:41:34 +08:00 |
|
Ziv
|
c1c72def30
|
feat: upgrade antlr4 to 4.12.0 (#88)
|
2023-05-04 10:13:05 +08:00 |
|
nankaNULL
|
4f02f9aca0
|
Feat/flink grammar (#73)
* feat: complete flink sql insert statement
* feat: complete flink sql drop statement
* feat: complete flink sql alert statement
* feat: complete flink sql create statement, remove console log
* feat: complete flink sql describe, show, explain, use statement
* feat(flinksql): add statement, such as set, load
* fix(flinksql): fix insert, add temporary table
|
2023-02-27 19:03:32 +08:00 |
|
nankaNULL
|
0c9a831585
|
fix: fix flinksql create table grammar, add test (#65)
* fix: fix flinksql create table grammar, add test
* feat: add cross join, left outer join and time temporal join
* test: supplement flinksql join test
* fix: fix catalog table grammar, add test
* fix: fix flinksql data type, add test
* fix: delete console
* feat: add query with clause, add test
|
2022-12-28 14:20:33 +08:00 |
|