lava-oushudb-dt-sql-parser/test/parser/pgsql/suggestion
Hayden 3f62ad0d32
feat: use SLL mode (#269)
* feat: use SLL(*) PredictionMode for better performance

* feat: optimize mysql grammar to fit SLL mode

* feat: optimize postgre grammmar to fit SLL mode

* feat: optimize spark grammar to fit SLL mode

* test: correct unit tests

* feat: optimize pgsql grammar
2024-03-19 11:27:23 +08:00
..
fixtures feat: optimize suggestion (#231) 2023-12-13 11:33:47 +08:00
multipleStatement.test.ts fix(pgsql): (issue #255) select from support view name (#257) 2024-02-05 16:24:14 +08:00
syntaxSuggestion.test.ts feat: use SLL mode (#269) 2024-03-19 11:27:23 +08:00
tokenSuggestion.test.ts feat: add toMatchUnorderedArrary matcher and apply it (#271) 2024-03-01 16:48:53 +08:00