lava-oushudb-dt-sql-parser/test
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
..
common feat: migrate to antlr4ng (#267) 2024-02-26 20:25:09 +08:00
parser feat: use SLL mode (#269) 2024-03-19 11:27:23 +08:00
utils feat: deprecate legacy util (#223) 2023-11-29 14:58:24 +08:00
helper.ts feat: migrate to antlr4ng (#267) 2024-02-26 20:25:09 +08:00
jest.d.ts feat: add toMatchUnorderedArrary matcher and apply it (#271) 2024-03-01 16:48:53 +08:00
matchers.ts feat: add toMatchUnorderedArrary matcher and apply it (#271) 2024-03-01 16:48:53 +08:00
setupTests.ts feat: add toMatchUnorderedArrary matcher and apply it (#271) 2024-03-01 16:48:53 +08:00
tsconfig.json test: remove barrier files to improve unit testing performance (#249) 2024-01-19 21:10:00 +08:00