Settings and activity
6 results found
-
10 votes
An error occurred while saving the comment Kevin Woolfe shared this idea · -
53 votes
In Redgate Change Control, our migrations-based versioning tool, users can specify multiple schemas in a comma separate list. We’re working to merge these tools together and have 1 tool for versioning database changes. When we do this, we’re hoping to make working with multiple schemas easier.
Please let me know if you have any questions about this.
Kevin Woolfe supported this idea · -
5 votes
An error occurred while saving the comment Kevin Woolfe commentedIf the “Ignore Column Order” flag is set and a table is selected in the upper comparison window, then the DDL generation in the second comparison window should sort the table’s columns alphabetically. Oracle Schema Compare is probably using dbms_metadata to build the DDL, so some string parsing would need to be done after the fact. Alternatively, the DDL could be built by querying the dba_tab_columns table and including an ORDER BY clause on the column_name instead of the column_id.
Kevin Woolfe supported this idea · -
54 votes
An error occurred while saving the comment Kevin Woolfe commentedWinMerge along with built-in merge capabilities in TFS and SVN.
Kevin Woolfe supported this idea · -
15 votesKevin Woolfe supported this idea ·
-
45 votesKevin Woolfe supported this idea ·
Similarly, if you could add an option to the existing right-click menu in the upper table comparison view that would allow me to exclude a table completely (not just include/exclude data) without having to go back to the project settings Tables & Views tab, that would be great.
It would also be great to have an additional difference type grouping in the upper window. So in addition to tables with differences, tables with identical rows and tables that could not be compared, display a list of tables that were excluded by the user. The new group could have a right-click option to re-include a table in the comparison (same as toggling in the project settings).