We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c830f89 commit 7abea63Copy full SHA for 7abea63
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
3
4
+## 0.1.6 - 2026.03.26
5
+### Changed
6
+- remove quoted identifier suppression [#17](https://github.com/questdb/sql-parser/pull/17)
7
+
8
9
## 0.1.5 - 2026.03.18
10
### Fixed
11
boost expression operators over clause keywords in WHERE context [#15](https://github.com/questdb/sql-parser/pull/15)
package.json
@@ -1,6 +1,6 @@
{
"name": "@questdb/sql-parser",
- "version": "0.1.5",
+ "version": "0.1.6",
"description": "SQL parser for QuestDB syntax using Chevrotain",
"type": "module",
"main": "dist/index.cjs",
0 commit comments