Tim
Tim
Improved the INSERT statement according to doc https://www.postgresql.org/docs/14/sql-insert.html
1. Improved the CREATE INDEX statement according to https://www.postgresql.org/docs/current/sql-createindex.html; 2. Added `expression_list`, `identifier_list`, `assignment_expression_list`, `column_list` and `option_list` of form `seq("(", commaSep1(*), ")")` and use them everywhere to increase the reusability...
Improved the UPDATE statement according to doc https://www.postgresql.org/docs/current/sql-update.html
Hi @m-novikov , is there something I can do to help merging PRs more efficiently? Please let me know if you have any feedback or suggestions :)
Improved the ALTER TABLE statement to fully support it according to doc https://www.postgresql.org/docs/current/sql-altertable.html
Supported the ALTER TYPE statement according to https://www.postgresql.org/docs/current/sql-altertype.html
Support row constructors according to https://www.postgresql.org/docs/current/sql-expressions.html#SQL-SYNTAX-ROW-CONSTRUCTORS
Support array constructors according to https://www.postgresql.org/docs/current/sql-expressions.html#SQL-SYNTAX-ARRAY-CONSTRUCTORS
Some improvement on variable declarations and function calls