Skip to content

Commit 7cbb962

Browse files
committed
chore(release): publish
- pgsql-deparser@17.13.0 - pgsql-parser@17.9.3 - @pgsql/cli@1.32.3 - @pgsql/transform@17.9.3 - @pgsql/utils@17.8.3
1 parent d89f543 commit 7cbb962

File tree

11 files changed

+5462
-2705
lines changed

11 files changed

+5462
-2705
lines changed

packages/deparser/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [17.13.0](https://github.com/constructive-io/pgsql-parser/compare/pgsql-deparser@17.12.2...pgsql-deparser@17.13.0) (2025-12-24)
7+
8+
### Bug Fixes
9+
10+
- don't quote type names - they are not identifiers ([b85dacf](https://github.com/constructive-io/pgsql-parser/commit/b85dacfa8f91be2e1d44c62328f45afa185d6760))
11+
- update keywords.ts generator to include Set<string> type annotations ([fb6d159](https://github.com/constructive-io/pgsql-parser/commit/fb6d159f0b2a4c34e045eecec7c0069d3bf43f5d))
12+
13+
### Features
14+
15+
- add quoteIdentifier and quoteQualifiedIdentifier from PostgreSQL ruleutils.c ([b30c359](https://github.com/constructive-io/pgsql-parser/commit/b30c3599c1a1f73e54b44b517ea31bc87cf23257)), closes [/github.com/postgres/postgres/blob/fab5cd3dd1323f9e66efeb676c4bb212ff340204/src/backend/utils/adt/ruleutils.c#L13055-L13137](https://github.com//github.com/postgres/postgres/blob/fab5cd3dd1323f9e66efeb676c4bb212ff340204/src/backend/utils/adt/ruleutils.c/issues/L13055-L13137) [/github.com/postgres/postgres/blob/fab5cd3dd1323f9e66efeb676c4bb212ff340204/src/backend/utils/adt/ruleutils.c#L13139-L13156](https://github.com//github.com/postgres/postgres/blob/fab5cd3dd1323f9e66efeb676c4bb212ff340204/src/backend/utils/adt/ruleutils.c/issues/L13139-L13156)
16+
617
## [17.12.2](https://github.com/constructive-io/pgsql-parser/compare/pgsql-deparser@17.12.1...pgsql-deparser@17.12.2) (2025-12-11)
718

819
**Note:** Version bump only for package pgsql-deparser

packages/deparser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-deparser",
3-
"version": "17.12.2",
3+
"version": "17.13.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "PostgreSQL AST Deparser",
66
"main": "index.js",

packages/parser/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [17.9.3](https://github.com/constructive-io/pgsql-parser/compare/pgsql-parser@17.9.2...pgsql-parser@17.9.3) (2025-12-24)
7+
8+
**Note:** Version bump only for package pgsql-parser
9+
610
## [17.9.2](https://github.com/constructive-io/pgsql-parser/compare/pgsql-parser@17.9.1...pgsql-parser@17.9.2) (2025-12-11)
711

812
**Note:** Version bump only for package pgsql-parser

packages/parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-parser",
3-
"version": "17.9.2",
3+
"version": "17.9.3",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "The real PostgreSQL query parser",
66
"main": "index.js",

packages/pgsql-cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.32.3](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/cli@1.32.2...@pgsql/cli@1.32.3) (2025-12-24)
7+
8+
**Note:** Version bump only for package @pgsql/cli
9+
610
## [1.32.2](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/cli@1.32.1...@pgsql/cli@1.32.2) (2025-12-11)
711

812
**Note:** Version bump only for package @pgsql/cli

packages/pgsql-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgsql/cli",
3-
"version": "1.32.2",
3+
"version": "1.32.3",
44
"description": "Unified CLI for PostgreSQL AST parsing, deparsing, and code generation",
55
"author": "Constructive <developers@constructive.io>",
66
"main": "index.js",

packages/transform/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [17.9.3](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/transform@17.9.2...@pgsql/transform@17.9.3) (2025-12-24)
7+
8+
**Note:** Version bump only for package @pgsql/transform
9+
610
## [17.9.2](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/transform@17.9.1...@pgsql/transform@17.9.2) (2025-12-11)
711

812
**Note:** Version bump only for package @pgsql/transform

packages/transform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgsql/transform",
3-
"version": "17.9.2",
3+
"version": "17.9.3",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Transform PostgreSQL AST types for pgsql-parser",
66
"main": "index.js",

packages/utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [17.8.3](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/utils@17.8.2...@pgsql/utils@17.8.3) (2025-12-24)
7+
8+
**Note:** Version bump only for package @pgsql/utils
9+
610
## [17.8.2](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/utils@17.8.1...@pgsql/utils@17.8.2) (2025-12-11)
711

812
**Note:** Version bump only for package @pgsql/utils

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgsql/utils",
3-
"version": "17.8.2",
3+
"version": "17.8.3",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "PostgreSQL AST utils for pgsql-parser",
66
"main": "index.js",

0 commit comments

Comments
 (0)