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 selectively load schemas when reading a project or a DB via JDBC. Skipping schemas accelerates DB or project loading. Objects in ignored schemas cannot be used when generation migration scripts. See <ahref='https://pgcodekeeper.readthedocs.io/en/latest/white_black_list_schemas.html'>docs</a> for further info.</li>
183
-
<li>Added developer documentation describing overall project structure and work process in <ahref='https://github.com/pgcodekeeper/pgcodekeeper#readme'>README</a>.</li>
184
-
<li>Improved function links in SQL editor, and also function dependencies.</li>
185
-
<li>Fixed a false diff on functions with GRANT TO PUBLIC privileges.</li>
186
-
<li>Added a DB type filter to the drop-down list in Project Editor.</li>
187
-
<li>Fixed drop-down DB list rendering in Project Editor when running under KDE.</li>
188
-
<li>Fixed an error in table data migration code generation.</li>
189
-
<li>Fixed a parser error for ALTER TABLE SWITCH TO in MS SQL.</li>
190
-
<li>Removed extraneous Show In menu in Project Explorer.</li>
182
+
<li>Added support for SERVER and FOREIGN DATA WRAPPER objects.</li>
183
+
<li>Added SQL code refactoring feature. Users can now rename objects in SQL code together with references to those objects. This feature is available in context menu of SQL editor or with a hotkey <i>Alt+Shift+R</i>.</li>
184
+
<li>Added object references search feature for SQL code. Users can now search for all recognized references to the currently selected object in SQL editor. This feature is available in context menu of SQL editor or with a hotkey <i>Ctrl+Shift+G</i>.</li>
185
+
<li>Added a quick fix for misplaced object errors. It is available in the error tooltip or in <i>Quick Fix</i> context menu in SQL editor. This quick fix moves the object's file to its expected location in the project.</li>
186
+
<li>Added an option to autoformat object code when comparing them and saving them into projects.</li>
187
+
<li>Fixed erroneous Java 11 requirement in CLI version.</li>
188
+
<li>Fixed code generation when migrating data of tables containing IDENTITY columns.</li>
189
+
<li>Improved tooltip rendering in SQL editor.</li>
<li>Added support for SERVER and FOREIGN DATA WRAPPER objects.</li>
49
+
<li>Added SQL code refactoring feature. Users can now rename objects in SQL code together with references to those objects. This feature is available in context menu of SQL editor or with a hotkey <i>Alt+Shift+R</i>.</li>
50
+
<li>Added object references search feature for SQL code. Users can now search for all recognized references to the currently selected object in SQL editor. This feature is available in context menu of SQL editor or with a hotkey <i>Ctrl+Shift+G</i>.</li>
51
+
<li>Added a quick fix for misplaced object errors. It is available in the error tooltip or in <i>Quick Fix</i> context menu in SQL editor. This quick fix moves the object's file to its expected location in the project.</li>
52
+
<li>Added an option to autoformat object code when comparing them and saving them into projects.</li>
53
+
<li>Fixed erroneous Java 11 requirement in CLI version.</li>
54
+
<li>Fixed code generation when migrating data of tables containing IDENTITY columns.</li>
55
+
<li>Improved tooltip rendering in SQL editor.</li>
<li>It is now possible to selectively load schemas when reading a project or a DB via JDBC. Skipping schemas accelerates DB or project loading. Objects in ignored schemas cannot be used when generation migration scripts. See <ahref='https://pgcodekeeper.readthedocs.io/en/latest/white_black_list_schemas.html'>docs</a> for further info.</li>
244
-
<li>Added developer documentation describing overall project structure and work process in <ahref='https://github.com/pgcodekeeper/pgcodekeeper#readme'>README</a>.</li>
245
-
<li>Improved function links in SQL editor, and also function dependencies.</li>
246
-
<li>Fixed a false diff on functions with GRANT TO PUBLIC privileges.</li>
247
-
<li>Added a DB type filter to the drop-down list in Project Editor.</li>
248
-
<li>Fixed drop-down DB list rendering in Project Editor when running under KDE.</li>
249
-
<li>Fixed an error in table data migration code generation.</li>
250
-
<li>Fixed a parser error for ALTER TABLE SWITCH TO in MS SQL.</li>
251
-
<li>Removed extraneous Show In menu in Project Explorer.</li>
243
+
<li>Added support for SERVER and FOREIGN DATA WRAPPER objects.</li>
244
+
<li>Added SQL code refactoring feature. Users can now rename objects in SQL code together with references to those objects. This feature is available in context menu of SQL editor or with a hotkey <i>Alt+Shift+R</i>.</li>
245
+
<li>Added object references search feature for SQL code. Users can now search for all recognized references to the currently selected object in SQL editor. This feature is available in context menu of SQL editor or with a hotkey <i>Ctrl+Shift+G</i>.</li>
246
+
<li>Added a quick fix for misplaced object errors. It is available in the error tooltip or in <i>Quick Fix</i> context menu in SQL editor. This quick fix moves the object's file to its expected location in the project.</li>
247
+
<li>Added an option to autoformat object code when comparing them and saving them into projects.</li>
248
+
<li>Fixed erroneous Java 11 requirement in CLI version.</li>
249
+
<li>Fixed code generation when migrating data of tables containing IDENTITY columns.</li>
250
+
<li>Improved tooltip rendering in SQL editor.</li>
<li>Added support for SERVER and FOREIGN DATA WRAPPER objects.</li>
89
+
<li>Added SQL code refactoring feature. Users can now rename objects in SQL code together with references to those objects. This feature is available in context menu of SQL editor or with a hotkey <i>Alt+Shift+R</i>.</li>
90
+
<li>Added object references search feature for SQL code. Users can now search for all recognized references to the currently selected object in SQL editor. This feature is available in context menu of SQL editor or with a hotkey <i>Ctrl+Shift+G</i>.</li>
91
+
<li>Added a quick fix for misplaced object errors. It is available in the error tooltip or in <i>Quick Fix</i> context menu in SQL editor. This quick fix moves the object's file to its expected location in the project.</li>
92
+
<li>Added an option to autoformat object code when comparing them and saving them into projects.</li>
93
+
<li>Fixed erroneous Java 11 requirement in CLI version.</li>
94
+
<li>Fixed code generation when migrating data of tables containing IDENTITY columns.</li>
95
+
<li>Improved tooltip rendering in SQL editor.</li>
0 commit comments