Skip to content

Commit 9a16147

Browse files
committed
Release 6.2.2
1 parent 3c0f436 commit 9a16147

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
* ...
66

7+
## 6.2.2 2026-01-26
8+
9+
* Upgrade to libpg_query 17-6.2.2
10+
- pg_query_normalize: Fix handling of special strings in DefElem
11+
- This avoids a crash when running the normalize function on certain utility statements
12+
- pg_query_deparse_comments_for_query: Add missing initialization
13+
- This avoids a crash for callers that read the error field of the result when there is no error
14+
15+
716
## 6.2.1 2026-01-20
817

918
* Upgrade to libpg_query 17-6.2.1

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
pg_query (6.2.1)
4+
pg_query (6.2.2)
55
google-protobuf (>= 3.25.3)
66

77
GEM

lib/pg_query/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module PgQuery
2-
VERSION = '6.2.1'.freeze
2+
VERSION = '6.2.2'.freeze
33
end

0 commit comments

Comments
 (0)