We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e2f965 commit 51b8598Copy full SHA for 51b8598
CHANGELOG.md
@@ -1,4 +1,11 @@
1
# Changelog
2
3
+
4
+## 0.1.1 - 2026.02.23
5
6
+### Fixed
7
+- grammar-level table/column classification, join-specific suggestions [#2](https://github.com/questdb/sql-parser/pull/2)
8
9
10
## 0.1.0 - 2026.02.19
11
- Initial release
package.json
@@ -1,6 +1,6 @@
{
"name": "@questdb/sql-parser",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "SQL parser for QuestDB syntax using Chevrotain",
"type": "module",
"main": "dist/index.cjs",
0 commit comments