Skip to content

Commit 960cd3c

Browse files
committed
Updates on CHANGELOG.md and RELEASENOTES.md for 1.2.2
1 parent cc6f0e7 commit 960cd3c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ v1.2.2
66
<em>Release date: October 17, 2025</em><br/>
77

88
* [New] Added initial support for PostgreSQL 18.
9-
* [Change] Refactored the class ResultSet to avoid copying the PGresult instance, instead, it will be reused during class initialization taking ownership of it.
9+
* [Change] Refactored the class ResultSet to avoid copying the PGresult instance; instead, it will be reused during class initialization, taking ownership of it.
1010
* [Fix] Fixed a bug in XMLParser that was not configuring the DTD file path correctly.
11-
* [Fix] Fixed a bug that was causing collation assigned to column not to be reflected in SQL and XML codes.
12-
* [Fix] Fixed a bug that was causing collations to be saved always as deterministic even the user unchecked the option in editing form.
11+
* [Fix] Fixed a bug that was causing the collation object assigned to a column not to be reflected in SQL and XML codes.
12+
* [Fix] Fixed a bug that was causing collations to be saved always as deterministic, even when the user unchecked the option in the editing form.
1313
* [Fix] Fixed the function PgSqlVersions::parseString to return the default version as a fallback when a major server version is not yet recognized by the tool.
1414

1515
v1.2.1

RELEASENOTES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ v1.2.2
66
This patch release for pgModeler 1.2.x brings the following improvements and fixes:
77

88
* [New] Added initial support for PostgreSQL 18.
9-
* [Change] Refactored the result set handling avoiding potential memory leaks.
9+
* [Change] Refactored the result set handling, avoiding potential memory leaks.
1010
* [Fix] Fixed a bug in XML parsing that was not configuring the DTD file path correctly.
11-
* [Fix] Fixed a bug that was causing collation assigned to column not to be reflected in SQL and XML codes.
12-
* [Fix] Fixed a bug that was causing collations to be saved always as deterministic even the user unchecked the option in editing form.
11+
* [Fix] Fixed a bug that was causing the collation object assigned to a column not to be reflected in SQL and XML codes.
12+
* [Fix] Fixed a bug that was causing collation objects to be saved always as deterministic, even when the user unchecked the option in the editing form.
1313
* [Fix] Fixed the database server version parsing routine so the default version can be used as a fallback when a major server version is not yet recognized by the tool.

0 commit comments

Comments
 (0)