File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- pg_query (6.2.1 )
4+ pg_query (6.2.2 )
55 google-protobuf (>= 3.25.3 )
66
77GEM
Original file line number Diff line number Diff line change 11module PgQuery
2- VERSION = '6.2.1 ' . freeze
2+ VERSION = '6.2.2 ' . freeze
33end
You can’t perform that action at this time.
0 commit comments