You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Rename package from @questdb/questdb-sql-parser to @questdb/sql-parser
- Fix parseToAst() silent swallow and _semicolonBoundedRecovery state leak
- Use single quotes for identifier escaping (QuestDB convention)
- Improve autocomplete: string literal suppression, SELECT FROM fallback,
CTE performance threshold (150 tokens)
- Remove unsupported SQL: NATURAL JOIN, GROUPS frame mode, EXCLUDE GROUPS
- Reorganize review-proofs tests into parser/lexer/autocomplete test files
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# @questdb/questdb-sql-parser
1
+
# @questdb/sql-parser
2
2
3
3
A production-ready SQL parser for [QuestDB](https://questdb.io/) syntax, built with [Chevrotain](https://chevrotain.io/). Parses SQL into a fully typed AST, converts AST back to SQL, and provides context-aware autocomplete — all in a single package.
4
4
@@ -17,7 +17,7 @@ A production-ready SQL parser for [QuestDB](https://questdb.io/) syntax, built w
0 commit comments