We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3800dd7 commit 2c5ed89Copy full SHA for 2c5ed89
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
3
4
+## 0.1.3 - 2026.03.04
5
+### Added
6
+- horizon join support [#9](https://github.com/questdb/sql-parser/pull/9)
7
+
8
9
## 0.1.2 - 2026.02.25
10
### Fixed
11
- Prioritize tables with mentioned columns in the suggestions [#6](https://github.com/questdb/sql-parser/pull/6)
package.json
@@ -1,6 +1,6 @@
{
"name": "@questdb/sql-parser",
- "version": "0.1.2",
+ "version": "0.1.3",
"description": "SQL parser for QuestDB syntax using Chevrotain",
"type": "module",
"main": "dist/index.cjs",
0 commit comments