Skip to content

Commit c2982c6

Browse files
committed
1 parent 9cc3436 commit c2982c6

File tree

14 files changed

+104
-16
lines changed

14 files changed

+104
-16
lines changed

packages/deparser/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@17.9.0) (2025-07-01)
7+
8+
9+
### Bug Fixes
10+
11+
* add COLLATE clause support to ALTER TABLE ADD COLUMN ([b778ed0](https://github.com/launchql/pgsql-parser/commit/b778ed0f640cbe6c3f818cfdf8314ca468a9f7ac))
12+
* correct ALTER TABLE ADD IDENTITY column generation ([590e82f](https://github.com/launchql/pgsql-parser/commit/590e82f31907eff1305e91ec46b1dd34899a2a1d))
13+
14+
15+
### Features
16+
17+
* add multi-line pretty formatting for ALTER TABLE statements ([cb2ba9f](https://github.com/launchql/pgsql-parser/commit/cb2ba9f79f5a838aefac40c7e8ef1ae38b1c6d09))
18+
* implement pretty printing for ALTER TABLE ADD COLUMN statements ([65a0002](https://github.com/launchql/pgsql-parser/commit/65a00026382e0b0721d3558898dab7e9518f65b3))
19+
20+
21+
22+
23+
624
## [17.8.5](https://github.com/launchql/pgsql-parser/compare/[email protected]@17.8.5) (2025-07-01)
725

826
**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.8.5",
3+
"version": "17.9.0",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "PostgreSQL AST Deparser",
66
"main": "index.js",

packages/parser/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.7.8](https://github.com/launchql/pgsql-parser/compare/[email protected]@17.7.8) (2025-07-01)
7+
8+
**Note:** Version bump only for package pgsql-parser
9+
10+
11+
12+
13+
614
## [17.7.7](https://github.com/launchql/pgsql-parser/compare/[email protected]@17.7.7) (2025-07-01)
715

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

packages/parser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-parser",
3-
"version": "17.7.7",
3+
"version": "17.7.8",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "The real PostgreSQL query parser",
66
"main": "index.js",
@@ -43,6 +43,6 @@
4343
"dependencies": {
4444
"@pgsql/types": "^17.6.1",
4545
"libpg-query": "17.5.5",
46-
"pgsql-deparser": "^17.8.5"
46+
"pgsql-deparser": "^17.9.0"
4747
}
4848
}

packages/pgsql-cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.31.8](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2025-07-01)
7+
8+
**Note:** Version bump only for package @pgsql/cli
9+
10+
11+
12+
13+
614
## [1.31.7](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2025-07-01)
715

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

packages/pgsql-cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgsql/cli",
3-
"version": "1.31.7",
3+
"version": "1.31.8",
44
"description": "Unified CLI for PostgreSQL AST parsing, deparsing, and code generation",
55
"author": "Dan Lynch <[email protected]>",
66
"main": "index.js",
@@ -52,8 +52,8 @@
5252
"minimist": "1.2.8",
5353
"mkdirp": "3.0.1",
5454
"nested-obj": "^0.0.1",
55-
"pg-proto-parser": "^1.29.1",
56-
"pgsql-deparser": "^17.8.5",
57-
"pgsql-parser": "^17.7.7"
55+
"pg-proto-parser": "^1.29.2",
56+
"pgsql-deparser": "^17.9.0",
57+
"pgsql-parser": "^17.7.8"
5858
}
5959
}

packages/proto-parser/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.29.2](https://github.com/launchql/pgsql-parser/compare/[email protected]@1.29.2) (2025-07-01)
7+
8+
**Note:** Version bump only for package pg-proto-parser
9+
10+
11+
12+
13+
614
## [1.29.1](https://github.com/launchql/pgsql-parser/compare/[email protected]@1.29.1) (2025-06-24)
715

816
**Note:** Version bump only for package pg-proto-parser

packages/proto-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-proto-parser",
3-
"version": "1.29.1",
3+
"version": "1.29.2",
44
"description": "The LaunchQL Proto parser",
55
"author": "Dan Lynch <[email protected]>",
66
"main": "index.js",

packages/transform/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.0](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2025-07-01)
7+
8+
9+
### Bug Fixes
10+
11+
* add missing nulls_not_distinct property handling in IndexStmt ([caee212](https://github.com/launchql/pgsql-parser/commit/caee212c298320a89ce9443099597ebe089eac2f))
12+
* add missing nulls_not_distinct property to IndexStmt transformer ([07c0ab4](https://github.com/launchql/pgsql-parser/commit/07c0ab47ce1ae10bd6ac0925b32ab9d6e821fefd))
13+
* preserve num field in AlterTableCmd 14->15 transformation ([f52083c](https://github.com/launchql/pgsql-parser/commit/f52083c69916ff2195dbe40fca6fe06927791d4f))
14+
* resolve 15-16 transformer AST mismatch for create_view-281.sql ([80d169e](https://github.com/launchql/pgsql-parser/commit/80d169e441bbb65e4b72a20f54947cb1a3abf528))
15+
* resolve TypeScript compilation error with proper cross-package imports ([9d8ecbc](https://github.com/launchql/pgsql-parser/commit/9d8ecbca7a95b6a40eb1bb2f4c25c28508e4612f))
16+
17+
18+
### Features
19+
20+
* Add comprehensive documentation for @pgsql/transform package ([b757a7b](https://github.com/launchql/pgsql-parser/commit/b757a7b438881b8035d5588836ffc4c00f1f13bb))
21+
22+
23+
24+
25+
626
## [17.7.1](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2025-07-01)
727

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

packages/transform/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgsql/transform",
3-
"version": "17.7.1",
3+
"version": "17.8.0",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Transform PostgreSQL AST types for pgsql-parser",
66
"main": "index.js",
@@ -34,8 +34,8 @@
3434
},
3535
"devDependencies": {
3636
"@pgsql/parser": "^1.1.4",
37-
"pg-proto-parser": "^1.29.1",
38-
"pgsql-deparser": "^17.8.5"
37+
"pg-proto-parser": "^1.29.2",
38+
"pgsql-deparser": "^17.9.0"
3939
},
4040
"keywords": []
4141
}

0 commit comments

Comments
 (0)