starting line 110 has the following code:
case _CONSTRAINT_UNIQUE:
checkName = ExtractIndex.deriveTeraDataIndexName(checkName, lookupKey, lookupId);
type = AFConstraint.UNIQUE;
break;
the type here is hardcoded to unique constraint even though it could be a primary key... we need to check the type at this point and assign the correct type value so we display the correct constraint icon on the tree...
We now show different icons for primary key and unique index. Fixed in revision 9982 of ADS trunk.
looks great...
database: fcy_test_user_1 -->> table: fcy_tbl_constraints_all -->> constraints
looks great...
database: fcy_test_user_1 -->> table: fcy_tbl_constraints_all -->> constraints
Issue #3028 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
We now show different icons for primary key and unique index. Fixed in revision 9982 of ADS trunk.