Skip to content

Commit f305d4e

Browse files
committed
1 parent dd0f563 commit f305d4e

File tree

12 files changed

+67
-9
lines changed

12 files changed

+67
-9
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.4.2](https://github.com/launchql/pgsql-parser/compare/[email protected]@17.4.2) (2025-06-22)
7+
8+
9+
### Bug Fixes
10+
11+
* add test back ([d44ab3f](https://github.com/launchql/pgsql-parser/commit/d44ab3f126a7661efee3ebc50d1fdb1931dc5024))
12+
* async forEach bug in test framework preventing error catching ([01b01d8](https://github.com/launchql/pgsql-parser/commit/01b01d80d406c23bb692954a393d8e9afe122a54))
13+
* quotes ([fac64e9](https://github.com/launchql/pgsql-parser/commit/fac64e9360dba171a17585c82cc43daa1b91106f))
14+
15+
16+
### Features
17+
18+
* implement automatic E-prefix detection for escaped string literals ([e029f29](https://github.com/launchql/pgsql-parser/commit/e029f297589925102834a794a29f14c00a9c3e2b))
19+
20+
21+
22+
23+
624
## [17.4.1](https://github.com/launchql/pgsql-parser/compare/[email protected]@17.4.1) (2025-06-21)
725

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

packages/deparser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-deparser",
3-
"version": "17.4.1",
3+
"version": "17.4.2",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "PostgreSQL AST Deparser",
66
"main": "index.js",
@@ -48,6 +48,6 @@
4848
"libpg-query": "17.3.3"
4949
},
5050
"dependencies": {
51-
"@pgsql/types": "^17.4.1"
51+
"@pgsql/types": "^17.4.2"
5252
}
5353
}

packages/enums/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.4.2](https://github.com/launchql/pgsql-parser/compare/[email protected]@17.4.2) (2025-06-22)
7+
8+
**Note:** Version bump only for package pgsql-enums
9+
10+
11+
12+
13+
614
## [17.4.1](https://github.com/launchql/pgsql-parser/compare/[email protected]@17.4.1) (2025-06-21)
715

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

packages/enums/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-enums",
3-
"version": "17.4.1",
3+
"version": "17.4.2",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "PostgreSQL AST enums for pgsql-parser",
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.4.2](https://github.com/launchql/pgsql-parser/compare/[email protected]@17.4.2) (2025-06-22)
7+
8+
**Note:** Version bump only for package pgsql-parser
9+
10+
11+
12+
13+
614
## [17.4.1](https://github.com/launchql/pgsql-parser/compare/[email protected]@17.4.1) (2025-06-21)
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.4.1",
3+
"version": "17.4.2",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "The real PostgreSQL query parser",
66
"main": "index.js",
@@ -42,7 +42,7 @@
4242
"database"
4343
],
4444
"dependencies": {
45-
"@pgsql/types": "^17.4.1",
45+
"@pgsql/types": "^17.4.2",
4646
"libpg-query": "17.3.3",
4747
"minimist": "^1.2.6"
4848
}

packages/transform/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.4.2](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2025-06-22)
7+
8+
**Note:** Version bump only for package @pgsql/transform
9+
10+
11+
12+
13+
614
## [17.4.1](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2025-06-21)
715

816
**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.4.1",
3+
"version": "17.4.2",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Transform PostgreSQL AST types for pgsql-parser",
66
"main": "index.js",

packages/types/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.4.2](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2025-06-22)
7+
8+
**Note:** Version bump only for package @pgsql/types
9+
10+
11+
12+
13+
614
## [17.4.1](https://github.com/launchql/pgsql-parser/compare/@pgsql/[email protected]...@pgsql/[email protected]) (2025-06-21)
715

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

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgsql/types",
3-
"version": "17.4.1",
3+
"version": "17.4.2",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "PostgreSQL AST types for pgsql-parser",
66
"main": "index.js",

0 commit comments

Comments
 (0)