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>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 <ahref='https://www.postgresql.org/docs/11/sql-syntax-calling-funcs.html#SQL-SYNTAX-CALLING-FUNCS-NAMED'>named parameter notation</a>.</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>
182
+
<li>Added recursive processing for nested directories with PRE/POST scripts.</li>
183
+
<li>Fixed an error when PRE/POST files and directories did not exist in UI.</li>
184
+
<li>Fixed a file location dialog when saving global PRE/POST scripts for the first time.</li>
185
+
<li>Set minimum width for DB selection menu in Eclipse toolbar.</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>
244
-
<li>Expression analysis dependency resolution now supports function calls with <ahref='https://www.postgresql.org/docs/11/sql-syntax-calling-funcs.html#SQL-SYNTAX-CALLING-FUNCS-NAMED'>named parameter notation</a>.</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>
243
+
<li>Added recursive processing for nested directories with PRE/POST scripts.</li>
244
+
<li>Fixed an error when PRE/POST files and directories did not exist in UI.</li>
245
+
<li>Fixed a file location dialog when saving global PRE/POST scripts for the first time.</li>
246
+
<li>Set minimum width for DB selection menu in Eclipse toolbar.</li>
0 commit comments