We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ccfa5f commit 3730fa9Copy full SHA for 3730fa9
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.1.13 - 2026.05.21
4
+### Added
5
+- support storage policy [1ccfa5f](https://github.com/questdb/sql-parser/commit/1ccfa5f)
6
7
## 0.1.12 - 2026.05.20
8
### Fixed
package.json
@@ -1,6 +1,6 @@
{
"name": "@questdb/sql-parser",
- "version": "0.1.12",
+ "version": "0.1.13",
"description": "SQL parser for QuestDB syntax using Chevrotain",
"type": "module",
"main": "dist/index.cjs",
0 commit comments