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 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>
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>
0 commit comments