lava-oushudb-dt-sql-parser/test/parser/flinksql/syntax
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
..
fixtures feat: update alter and drop statements (#94) 2023-05-17 10:00:35 +08:00
alterStatement.test.ts test: update tests of alter statemnts 2023-05-11 18:54:56 +08:00
createStatement.test.ts refactor: import readSQL function 2023-05-11 18:12:50 +08:00
dropStatement.test.ts test: drop statment tests 2023-05-11 19:06:19 +08:00
insertStatement.test.ts feat: improve flinksql insertStatement 2023-05-12 09:31:54 +08:00