Skip to content

Commit 529f487

Browse files
committed
1 parent 37e4c60 commit 529f487

File tree

16 files changed

+49
-8
lines changed

16 files changed

+49
-8
lines changed

packages/deparser/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.17.0](https://github.com/constructive-io/pgsql-parser/compare/[email protected]@17.17.0) (2026-01-01)
7+
8+
### Bug Fixes
9+
10+
- remove pg_catalog prefix for unknown types in deparser ([0b45483](https://github.com/constructive-io/pgsql-parser/commit/0b4548375d9d9a9803f48e3ccc2cc466e18ac57c)), closes [constructive-io/constructive-planning#477](https://github.com/constructive-io/constructive-planning/issues/477)
11+
12+
### Features
13+
14+
- **pgsql-deparser:** add pretty-printing for INSERT VALUES and ON CONFLICT SET ([6428b87](https://github.com/constructive-io/pgsql-parser/commit/6428b87b98bdfcc7fd1b37ff8fd254f59a6d3303))
15+
616
# [17.16.0](https://github.com/constructive-io/pgsql-parser/compare/[email protected]@17.16.0) (2025-12-31)
717

818
### Features

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.16.0",
3+
"version": "17.17.0",
44
"author": "Constructive <[email protected]>",
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.9](https://github.com/constructive-io/pgsql-parser/compare/[email protected]@17.9.9) (2026-01-01)
7+
8+
**Note:** Version bump only for package pgsql-parser
9+
610
## [17.9.8](https://github.com/constructive-io/pgsql-parser/compare/[email protected]@17.9.8) (2025-12-31)
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.8",
3+
"version": "17.9.9",
44
"author": "Constructive <[email protected]>",
55
"description": "The real PostgreSQL query parser",
66
"main": "index.js",

packages/pg-ast/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.4](https://github.com/constructive-io/pgsql-parser/compare/[email protected]@17.9.4) (2026-01-01)
7+
8+
**Note:** Version bump only for package pg-ast
9+
610
## [17.9.3](https://github.com/constructive-io/pgsql-parser/compare/[email protected]@17.9.3) (2025-12-31)
711

812
**Note:** Version bump only for package pg-ast

packages/pg-ast/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-ast",
3-
"version": "17.9.3",
3+
"version": "17.9.4",
44
"author": "Constructive <[email protected]>",
55
"description": "PostgreSQL AST helpers for building AST nodes",
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.9](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2026-01-01)
7+
8+
**Note:** Version bump only for package @pgsql/cli
9+
610
## [1.32.8](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2025-12-31)
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.8",
3+
"version": "1.32.9",
44
"description": "Unified CLI for PostgreSQL AST parsing, deparsing, and code generation",
55
"author": "Constructive <[email protected]>",
66
"main": "index.js",

packages/plpgsql-deparser/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
# [0.4.0](https://github.com/constructive-io/pgsql-parser/compare/[email protected]@0.4.0) (2026-01-01)
7+
8+
### Features
9+
10+
- **plpgsql-deparser:** add DehydrationOptions to thread SQL deparse options ([1278b39](https://github.com/constructive-io/pgsql-parser/commit/1278b391534f4627997b09db909b143984d4c24b))
11+
- **plpgsql-deparser:** deparse modified AST for sql-stmt kind ([070f9a0](https://github.com/constructive-io/pgsql-parser/commit/070f9a0013cbc3f260f99c375070ad01fcf161b8))
12+
613
# [0.3.0](https://github.com/constructive-io/pgsql-parser/compare/[email protected]@0.3.0) (2025-12-31)
714

815
### Features

packages/plpgsql-deparser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plpgsql-deparser",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"author": "Constructive <[email protected]>",
55
"description": "PL/pgSQL AST Deparser - Converts PL/pgSQL function ASTs back to SQL",
66
"main": "index.js",

0 commit comments

Comments
 (0)