Summary |
0004295: Detect when the order of a primary key changes in order to regenerate it |
|
Revision |
2022-09-19 15:02 by elong |
|
Description |
Read the pk index order from the database and represent it in Table.java. Use the getPrimaryKeyColumnsInIndexOrder() method to respect the order of the primary keys. Revert the workaround from 0004294 to ignore the order of the primary keys in ModelComparator. |
|
Revision |
2020-02-28 21:04 by chenson |
|
Description |
Read the pk index order from the database and represent it in Table.java. Chance the getPrimaryKeyColumns() method to respect the order of the primary keys. Revert the change to ignore the order of the primary keys in ModelComparator. |