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 standalone pgCodeKeeper packages that do not require an existing Eclipse installation. Packages are available on <ahref='https://github.com/pgcodekeeper/pgcodekeeper/releases'>Github</a>.<br>
183
-
Previous update site versions are also available on Github. Main <ahref='http://pgcodekeeper.org/update/'>update site</a> now contains only the latest version.</li>
184
-
<li>Added a setting to create migration scripts only for selected objects without changing any dependencies. In CLI, all objects that passed through the allowed object and ignore list filters are considered "selected", or all changed objects if no filters are defined.</li>
185
-
<li>Added a setting to ignore differences in table column order.</li>
186
-
<li>Improved COMMENT ON command generation.</li>
187
-
<li>Fixed dependencies between operators and their functions.</li>
182
+
<li>Special characters in file names are now replaced with '_'. When file names match for different objects they will be stored in the same file.</li>
183
+
<li>Added a missed option "Ignore column order" into Get changes settings dialog.</li>
184
+
<li>Improved DB connection editing UI.</li>
185
+
<li>Improved Mac OS X build.</li>
186
+
<li>Fixed an error with project recognition when importing.</li>
187
+
<li>Fixed object location checks under Windows.</li>
188
+
<li>Fixed errors in MS SQL parser.</li>
189
+
<li>Fixed expression analysis when changing files in MS SQL projects.</li>
<li>Added standalone pgCodeKeeper packages that do not require an existing Eclipse installation. Packages are available on <ahref='https://github.com/pgcodekeeper/pgcodekeeper/releases'>Github</a>.<br>
244
-
Previous update site versions are also available on Github. Main <ahref='http://pgcodekeeper.org/update/'>update site</a> now contains only the latest version.</li>
245
-
<li>Added a setting to create migration scripts only for selected objects without changing any dependencies. In CLI, all objects that passed through the allowed object and ignore list filters are considered "selected", or all changed objects if no filters are defined.</li>
246
-
<li>Added a setting to ignore differences in table column order.</li>
247
-
<li>Improved COMMENT ON command generation.</li>
248
-
<li>Fixed dependencies between operators and their functions.</li>
243
+
<li>Special characters in file names are now replaced with '_'. When file names match for different objects they will be stored in the same file.</li>
244
+
<li>Added a missed option "Ignore column order" into Get changes settings dialog.</li>
245
+
<li>Improved DB connection editing UI.</li>
246
+
<li>Improved Mac OS X build.</li>
247
+
<li>Fixed an error with project recognition when importing.</li>
248
+
<li>Fixed object location checks under Windows.</li>
249
+
<li>Fixed errors in MS SQL parser.</li>
250
+
<li>Fixed expression analysis when changing files in MS SQL projects.</li>
0 commit comments