Have option in schema compare so that table column order is not different, and that constraint names are not different
I've added the method AFTable.sortColumnsByName() so that you can sort the columns in the AFTable object before doing a ScriptCreate for the DDL to compare.
added checkbox 'Order Table Columns by Name' to the Schema Compare Tool dialog.
As for constraints - Niels says let's not worry about it.
added checkbox 'Order Table Columns by Name' to the Schema Compare Tool dialog.
As for constraints - Niels says let's not worry about it.
A check for Order by Table name is added in Schema Compare -- verified in ADS Build 7.4.34.1
A check for Order by Table name is added in Schema Compare -- verified in ADS Build 7.4.34.1
Issue #2095 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
I've added the method AFTable.sortColumnsByName() so that you can sort the columns in the AFTable object before doing a ScriptCreate for the DDL to compare.