Commit 17b1619
feat(doris): make lexer case insensitive (#44)
Add `options { caseInsensitive = true; }` to DorisLexer.g4 to support
lowercase SQL keywords like `show`, `select`, `from`, etc.
Also add regression tests:
- routine_load.sql: lowercase `show create routine load`
- subquery_comparison.sql: subquery in comparison expression
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>1 parent 866576a commit 17b1619
File tree
4 files changed
+1808
-1797
lines changed- doris
- examples/regression
4 files changed
+1808
-1797
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
0 commit comments