lava-oushudb-dt-sql-parser/test/parser/pgsql/syntax
Hayden 23f5aac113
Fix/split listener (#228)
* feat: improve FlinkSqlSplitListener

* feat: improve ImpalaSqlSplitListener

* feat: improve MysqlSplitListener

* fix: correct PgSqlSplitListener

* feat: improve TrinoSqlSplitListener

* test: add split listener unit test

* chore: ignore iml file

* feat: add pgsql missing rules

* test: fix pgsql unit tests
2023-12-08 18:33:16 +08:00
..
fixtures Fix/split listener (#228) 2023-12-08 18:33:16 +08:00
alterStatement.test.ts feat: improve pgsql grammar and add unit tests(#201) 2023-11-09 11:53:40 +08:00
createStatement.test.ts feat: improve pgsql grammar and add unit tests(#201) 2023-11-09 11:53:40 +08:00
deleteStatement.test.ts feat: improve pgsql grammar and add unit tests(#201) 2023-11-09 11:53:40 +08:00
dropStatement.test.ts feat: improve pgsql grammar and add unit tests(#201) 2023-11-09 11:53:40 +08:00
insertStatement.test.ts feat: improve pgsql grammar and add unit tests(#201) 2023-11-09 11:53:40 +08:00
others.test.ts feat: improve pgsql grammar and add unit tests(#201) 2023-11-09 11:53:40 +08:00
selectStatement.test.ts feat: improve pgsql grammar and add unit tests(#201) 2023-11-09 11:53:40 +08:00
updateStatement.test.ts feat: improve pgsql grammar and add unit tests(#201) 2023-11-09 11:53:40 +08:00