You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@ v1.2.2
6
6
<em>Release date: October 17, 2025</em><br/>
7
7
8
8
*[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.
10
10
*[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.
13
13
*[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.
Copy file name to clipboardExpand all lines: RELEASENOTES.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ v1.2.2
6
6
This patch release for pgModeler 1.2.x brings the following improvements and fixes:
7
7
8
8
*[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.
10
10
*[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.
13
13
*[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