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 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>
182
+
<li>Added PRE/POST scripts for migrations. Users may create directories named <i>PRE</i> and <i>POST</i> in projects, contents of which will be added to the beginning and end of the main migration script. PRE/POST scripts are also available in global settings and in CLI options.</li>
183
+
<li>Expression analysis dependency resolution now supports function calls with named parameter notation.</li>
184
+
<li>Added support for DISABLE TRIGGER options.</li>
185
+
<li>Added parser support for reserved keywords in object qualified names.</li>
186
+
<li>Improved rendering of DB selection menu in Eclipse toolbar.</li>
187
+
<li>Fixed an error when reading USER MAPPING with objects privileges disabled. (<ahref='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.5.1'>6.5.1</a>)</li>
188
+
<li>Fixed rendering of DB selection menu in SQL Editor. (6.5.1)</li>
<li>Added PRE/POST scripts for migrations. Users may create directories named <i>PRE</i> and <i>POST</i> in projects, contents of which will be added to the beginning and end of the main migration script. PRE/POST scripts are also available in global settings and in CLI options.</li>
49
+
<li>Expression analysis dependency resolution now supports function calls with named parameter notation.</li>
50
+
<li>Added support for DISABLE TRIGGER options.</li>
51
+
<li>Added parser support for reserved keywords in object qualified names.</li>
52
+
<li>Improved rendering of DB selection menu in Eclipse toolbar.</li>
53
+
<li>Fixed an error when reading USER MAPPING with objects privileges disabled. (<ahref='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.5.1'>6.5.1</a>)</li>
54
+
<li>Fixed rendering of DB selection menu in SQL Editor. (6.5.1)</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>
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>
243
+
<li>Added PRE/POST scripts for migrations. Users may create directories named <i>PRE</i> and <i>POST</i> in projects, contents of which will be added to the beginning and end of the main migration script. PRE/POST scripts are also available in global settings and in CLI options.</li>
244
+
<li>Expression analysis dependency resolution now supports function calls with named parameter notation.</li>
245
+
<li>Added support for DISABLE TRIGGER options.</li>
246
+
<li>Added parser support for reserved keywords in object qualified names.</li>
247
+
<li>Improved rendering of DB selection menu in Eclipse toolbar.</li>
248
+
<li>Fixed an error when reading USER MAPPING with objects privileges disabled. (<ahref='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.5.1'>6.5.1</a>)</li>
249
+
<li>Fixed rendering of DB selection menu in SQL Editor. (6.5.1)</li>
<li>Added PRE/POST scripts for migrations. Users may create directories named <i>PRE</i> and <i>POST</i> in projects, contents of which will be added to the beginning and end of the main migration script. PRE/POST scripts are also available in global settings and in CLI options.</li>
89
+
<li>Expression analysis dependency resolution now supports function calls with named parameter notation.</li>
90
+
<li>Added support for DISABLE TRIGGER options.</li>
91
+
<li>Added parser support for reserved keywords in object qualified names.</li>
92
+
<li>Improved rendering of DB selection menu in Eclipse toolbar.</li>
93
+
<li>Fixed an error when reading USER MAPPING with objects privileges disabled. (<ahref='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.5.1'>6.5.1</a>)</li>
94
+
<li>Fixed rendering of DB selection menu in SQL Editor. (6.5.1)</li>
0 commit comments