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>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>
182
+
<li>Fixed order of operations in migration scripts when deleting a column with its CONSTRAINT. Fixed errors when reading CONSTRAINTS objects.</li>
183
+
<li>Creating a script only with selected objects (CLI <i>--selected-only</i>) no longer hides <i>refreshsqlmodule</i> MS SQL commands and doesn't move them to the end of the script.</li>
184
+
<li>Changing SEQUENCE START value now generates ALTER ... START command instead of RESTART.</li>
<li>Fixed order of operations in migration scripts when deleting a column with its CONSTRAINT. Fixed errors when reading CONSTRAINTS objects.</li>
49
+
<li>Creating a script only with selected objects (CLI <i>--selected-only</i>) no longer hides <i>refreshsqlmodule</i> MS SQL commands and doesn't move them to the end of the script.</li>
50
+
<li>Changing SEQUENCE START value now generates ALTER ... START command instead of RESTART.</li>
<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>
243
+
<li>Fixed order of operations in migration scripts when deleting a column with its CONSTRAINT. Fixed errors when reading CONSTRAINTS objects.</li>
244
+
<li>Creating a script only with selected objects (CLI <i>--selected-only</i>) no longer hides <i>refreshsqlmodule</i> MS SQL commands and doesn't move them to the end of the script.</li>
245
+
<li>Changing SEQUENCE START value now generates ALTER ... START command instead of RESTART.</li>
<li>Fixed order of operations in migration scripts when deleting a column with its CONSTRAINT. Fixed errors when reading CONSTRAINTS objects.</li>
89
+
<li>Creating a script only with selected objects (CLI <i>--selected-only</i>) no longer hides <i>refreshsqlmodule</i> MS SQL commands and doesn't move them to the end of the script.</li>
90
+
<li>Changing SEQUENCE START value now generates ALTER ... START command instead of RESTART.</li>
0 commit comments