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>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>
182
+
<li>It is now possible to group DB connections into user-defined groups. Groups are rendered as submenus to easily find required DB connection when choosing one.</li>
183
+
<li>It is now possible to import/export DB connections list.</li>
184
+
<li>It is now possible to generate DROP/CREATE commands with IF (NOT) EXISTS options, and also drop some objects immediately before creating them.</li>
185
+
<li>Added support for USER MAPPING objects.</li>
186
+
<li>Fixed a missing dependency in composite types.</li>
187
+
<li>Fixed object creation order: indices are created before constraints.</li>
188
+
<li>Fixed expression analysis and dependency search in SELECT ... LATERAL commands.</li>
<li>It is now possible to group DB connections into user-defined groups. Groups are rendered as submenus to easily find required DB connection when choosing one.</li>
49
+
<li>It is now possible to import/export DB connections list.</li>
50
+
<li>It is now possible to generate DROP/CREATE commands with IF (NOT) EXISTS options, and also drop some objects immediately before creating them.</li>
51
+
<li>Added support for USER MAPPING objects.</li>
52
+
<li>Fixed a missing dependency in composite types.</li>
53
+
<li>Fixed object creation order: indices are created before constraints.</li>
54
+
<li>Fixed expression analysis and dependency search in SELECT ... LATERAL commands.</li>
<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>
243
+
<li>It is now possible to group DB connections into user-defined groups. Groups are rendered as submenus to easily find required DB connection when choosing one.</li>
244
+
<li>It is now possible to import/export DB connections list.</li>
245
+
<li>It is now possible to generate DROP/CREATE commands with IF (NOT) EXISTS options, and also drop some objects immediately before creating them.</li>
246
+
<li>Added support for USER MAPPING objects.</li>
247
+
<li>Fixed a missing dependency in composite types.</li>
248
+
<li>Fixed object creation order: indices are created before constraints.</li>
249
+
<li>Fixed expression analysis and dependency search in SELECT ... LATERAL commands.</li>
<li>It is now possible to group DB connections into user-defined groups. Groups are rendered as submenus to easily find required DB connection when choosing one.</li>
89
+
<li>It is now possible to import/export DB connections list.</li>
90
+
<li>It is now possible to generate DROP/CREATE commands with IF (NOT) EXISTS options, and also drop some objects immediately before creating them.</li>
91
+
<li>Added support for USER MAPPING objects.</li>
92
+
<li>Fixed a missing dependency in composite types.</li>
93
+
<li>Fixed object creation order: indices are created before constraints.</li>
94
+
<li>Fixed expression analysis and dependency search in SELECT ... LATERAL commands.</li>
0 commit comments