lava-oushudb-dt-sql-parser/test/parser/flinksql/syntax
Hayden 0924acf730
feat: update the builtin funcs of flinksql (#102)
* style: put evrry branch on a single line

* feat: support ASYMMETRIC and SYMMETRIC for between and

* feat: support SIMILAR TO predicate

* feat: support nested boolean expression

* feat: support escape to like and similar in flink sql

* test: add where clause test cases

* feat: add reservedKeywordsUsedAsFunctionName rule

* feat: add timepointLiteral rule and improve function call grammar
2023-05-24 15:03:08 +08:00
..
fixtures feat: update the builtin funcs of flinksql (#102) 2023-05-24 15:03:08 +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
selectStatement.test.ts feat: update the builtin funcs of flinksql (#102) 2023-05-24 15:03:08 +08:00