lava-oushudb-dt-sql-parser/test/parser/flinksql
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
..
syntax feat: update alter and drop statements (#94) 2023-05-17 10:00:35 +08:00
lexer.test.ts feat: upgrade antlr4 to 4.12.0 (#88) 2023-05-04 10:13:05 +08:00
listener.test.ts feat: upgrade antlr4 to 4.12.0 (#88) 2023-05-04 10:13:05 +08:00
syntax.test.ts feat: upgrade antlr4 to 4.12.0 (#88) 2023-05-04 10:13:05 +08:00
visitor.test.ts feat: upgrade antlr4 to 4.12.0 (#88) 2023-05-04 10:13:05 +08:00