Skip to content

Commit 2809cab

Browse files
committed
bump version to 0.1.11
1 parent 58a911a commit 2809cab

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

33

4+
## 0.1.11 - 2026.05.07
5+
### Changed
6+
- Autocomplete hides `pg_*` functions (and the `pg_catalog.*` namespace) until the user has typed a `pg` prefix, so `p` no longer floods completions with PostgreSQL-compat names. [58a911a](https://github.com/questdb/sql-parser/commit/58a911a)
7+
8+
49
## 0.1.10 - 2026.04.22
510
### Added
611
- Named `WINDOW` clause: `SELECT ... WINDOW w AS (...)` with multiple windows, window inheritance, and inline-plus-named mixing. Matches QuestDB's Java parser (introduced in questdb/questdb#6746). [#24](https://github.com/questdb/sql-parser/pull/24)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@questdb/sql-parser",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"description": "SQL parser for QuestDB syntax using Chevrotain",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)