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
<li>It is now possible to recursively load pgCodeKeeper libraries, which are referenced by other libraries added to the project. Library must be in a project (or project archive) format to have its own dependences, which must be listed in its <i>.dependencies</i> file.<br>
183
-
This option is disabled by default so that behaviour of existing projects doesn't change. Users can enable this new mechanism in project settings.<br>
184
-
In a general case, for library dependencies to be loaded, container of that library must have its <i>loadNested</i> flag set in <i>.dependencies</i> file. For instance, in this dependency chain: <i>project → lib1 → lib2 → lib3</i>, <i>lib2</i> will be loaded if <i>project</i> has the option enabled, and <i>lib3</i> will be loaded if the option is set in both <i>project</i> and <i>lib1</i>.</li>
185
-
<li>Added a tree view of referenced libraries and their structure in Project Explorer.</li>
186
-
<li>Added an option to save DB passwords in plain text in Eclipse workspace instead of Eclipse secure storage for cases where latter was unstable. Users can also use passwords stored in <i>.pgpass</i> file.</li>
187
-
<li>Added an option to limit number of rows returned by executed SELECT statements.</li>
188
-
<li>Non-relocatable extensions are now re-created when necessary.</li>
<li>Fixed an error where a newline was lost at the beginning of some expressions.</li>
191
-
<li>Fixed reading SQL-standard function bodies via JDBC. (<ahref='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.3.1'>6.3.1</a>)</li>
192
-
<li>Fixed installation on Eclipse 2021-12. (<ahref='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.3.2'>6.3.2</a>)</li>
193
-
<li>Fixed data loss in data migration when column type or attributes change. (<ahref='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.3.3'>6.3.3</a>)</li>
182
+
<li>Updated all library dependencies of the core program.<br>
183
+
New mssql-jdbc driver (10.2) enables <ahref='https://github.com/microsoft/mssql-jdbc/releases/tag/v10.1.0'>encryption by default</a>. To preserve old behavior now we set property <i>trustServerCertificate=true</i> for MSSQL connections by default. To enable server certificate validation set <i>trustServerCertificate=false</i> in connection properties or connection string.</li>
184
+
<li>Fixed an error in code generated when changing a function into a procedure and vice versa.</li>
185
+
<li>Fixed an error when opening a temporary SQL editor on Windows.</li>
186
+
<li>Fixed an error when parsing certain <i>foreign</i> options and other object options. (<ahref='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.4.1'>6.4.1</a>)</li>
<li>Updated all library dependencies of the core program.<br>
49
+
New mssql-jdbc driver (10.2) enables <ahref='https://github.com/microsoft/mssql-jdbc/releases/tag/v10.1.0'>encryption by default</a>. To preserve old behavior now we set property <i>trustServerCertificate=true</i> for MSSQL connections by default. To enable server certificate validation set <i>trustServerCertificate=false</i> in connection properties or connection string.</li>
50
+
<li>Fixed an error in code generated when changing a function into a procedure and vice versa.</li>
51
+
<li>Fixed an error when opening a temporary SQL editor on Windows.</li>
52
+
<li>Fixed an error when parsing certain <i>foreign</i> options and other object options. (<ahref='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.4.1'>6.4.1</a>)</li>
<li>It is now possible to recursively load pgCodeKeeper libraries, which are referenced by other libraries added to the project. Library must be in a project (or project archive) format to have its own dependences, which must be listed in its <i>.dependencies</i> file.<br>
244
-
This option is disabled by default so that behaviour of existing projects doesn't change. Users can enable this new mechanism in project settings.<br>
245
-
In a general case, for library dependencies to be loaded, container of that library must have its <i>loadNested</i> flag set in <i>.dependencies</i> file. For instance, in this dependency chain: <i>project → lib1 → lib2 → lib3</i>, <i>lib2</i> will be loaded if <i>project</i> has the option enabled, and <i>lib3</i> will be loaded if the option is set in both <i>project</i> and <i>lib1</i>.</li>
246
-
<li>Added a tree view of referenced libraries and their structure in Project Explorer.</li>
247
-
<li>Added an option to save DB passwords in plain text in Eclipse workspace instead of Eclipse secure storage for cases where latter was unstable. Users can also use passwords stored in <i>.pgpass</i> file.</li>
248
-
<li>Added an option to limit number of rows returned by executed SELECT statements.</li>
249
-
<li>Non-relocatable extensions are now re-created when necessary.</li>
<li>Fixed an error where a newline was lost at the beginning of some expressions.</li>
252
-
<li>Fixed reading SQL-standard function bodies via JDBC. (<ahref='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.3.1'>6.3.1</a>)</li>
253
-
<li>Fixed installation on Eclipse 2021-12. (<ahref='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.3.2'>6.3.2</a>)</li>
254
-
<li>Fixed data loss in data migration when column type or attributes change. (<ahref='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.3.3'>6.3.3</a>)</li>
243
+
<li>Updated all library dependencies of the core program.<br>
244
+
New mssql-jdbc driver (10.2) enables <ahref='https://github.com/microsoft/mssql-jdbc/releases/tag/v10.1.0'>encryption by default</a>. To preserve old behavior now we set property <i>trustServerCertificate=true</i> for MSSQL connections by default. To enable server certificate validation set <i>trustServerCertificate=false</i> in connection properties or connection string.</li>
245
+
<li>Fixed an error in code generated when changing a function into a procedure and vice versa.</li>
246
+
<li>Fixed an error when opening a temporary SQL editor on Windows.</li>
247
+
<li>Fixed an error when parsing certain <i>foreign</i> options and other object options. (<ahref='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.4.1'>6.4.1</a>)</li>
<li>Updated all library dependencies of the core program.<br>
89
+
New mssql-jdbc driver (10.2) enables <ahref='https://github.com/microsoft/mssql-jdbc/releases/tag/v10.1.0'>encryption by default</a>. To preserve old behavior now we set property <i>trustServerCertificate=true</i> for MSSQL connections by default. To enable server certificate validation set <i>trustServerCertificate=false</i> in connection properties or connection string.</li>
90
+
<li>Fixed an error in code generated when changing a function into a procedure and vice versa.</li>
91
+
<li>Fixed an error when opening a temporary SQL editor on Windows.</li>
92
+
<li>Fixed an error when parsing certain <i>foreign</i> options and other object options. (<ahref='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.4.1'>6.4.1</a>)</li>
0 commit comments