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 code formatting feature for functions in plpgsql and sql languages. Implemented so far: indentation and newline formatting, tabs to spaces replacement, spaces around operators, trailing whitespace removal. Formatting functionality will be extended in future.</li>
183
-
<li>Fixed error when reading a DB schema via JDBC when objects of different kinds have same oid's.</li>
184
-
<li>Project Editor now has a drop down list of DB connections for convenient connection selection.</li>
185
-
<li>Project Editor now remembers last direction for changes application when reopened.</li>
182
+
<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>
<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>
49
+
<li>Added developer documentation describing overall project structure and work process in <ahref='https://github.com/pgcodekeeper/pgcodekeeper#readme'>README</a>.</li>
50
+
<li>Improved function links in SQL editor, and also function dependencies.</li>
51
+
<li>Fixed a false diff on functions with GRANT TO PUBLIC privileges.</li>
52
+
<li>Added a DB type filter to the drop-down list in Project Editor.</li>
53
+
<li>Fixed drop-down DB list rendering in Project Editor when running under KDE.</li>
54
+
<li>Fixed an error in table data migration code generation.</li>
55
+
<li>Fixed a parser error for ALTER TABLE SWITCH TO in MS SQL.</li>
56
+
<li>Removed extraneous Show In menu in Project Explorer.</li>
<li>Added code formatting feature for functions in plpgsql and sql languages. Implemented so far: indentation and newline formatting, tabs to spaces replacement, spaces around operators, trailing whitespace removal. Formatting functionality will be extended in future.</li>
244
-
<li>Fixed error when reading a DB schema via JDBC when objects of different kinds have same oid's.</li>
245
-
<li>Project Editor now has a drop down list of DB connections for convenient connection selection.</li>
246
-
<li>Project Editor now remembers last direction for changes application when reopened.</li>
243
+
<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>
<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>
89
+
<li>Added developer documentation describing overall project structure and work process in <ahref='https://github.com/pgcodekeeper/pgcodekeeper#readme'>README</a>.</li>
90
+
<li>Improved function links in SQL editor, and also function dependencies.</li>
91
+
<li>Fixed a false diff on functions with GRANT TO PUBLIC privileges.</li>
92
+
<li>Added a DB type filter to the drop-down list in Project Editor.</li>
93
+
<li>Fixed drop-down DB list rendering in Project Editor when running under KDE.</li>
94
+
<li>Fixed an error in table data migration code generation.</li>
95
+
<li>Fixed a parser error for ALTER TABLE SWITCH TO in MS SQL.</li>
96
+
<li>Removed extraneous Show In menu in Project Explorer.</li>
0 commit comments