fbee70cde5
* 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
3 lines
111 B
SQL
3 lines
111 B
SQL
ALTER DATABASE tempDB SET ("key1"="value1");
|
|
|
|
alter database db1 set ('key1' = 'value1','key2.a' = 'value2.a'); |