Older versions of sybase ASE limited the amount of columns in a primary and unique constraint to 16. Limit was expanded to 31.
Older versions of sybase ASE limited the amount of columns in a foreign key constraint to 6. Limit was expanded to 16.
For versions of sybase ase 12.5 and above we need to enhance extraction and scripting in order to correctly support these limits.
Extraction sql enhanced to extract column key limits now. There was no need to modify scripting.
Committed revision: 50796
Example use to test below:
@ivan: This is not fixed in the schema tree node. Only 16 items get displayed in Schema Tree node. The Script Create to Window(Full) works fine.
@ivan: This is not fixed in the schema tree node. Only 16 items get displayed in Schema Tree node. The Script Create to Window(Full) works fine.
Sybase ASE Constraints Columns Node will correctly show up to 31 key columns for versions 12.5 and above now.
Commit Revision: 50978
Sybase ASE Constraints Columns Node will correctly show up to 31 key columns for versions 12.5 and above now.
Commit Revision: 50978
Issue #14624 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build v17.0.8-1, v18.0.0-devi-216 |
No time estimate |
1 issue link |
is a duplicate of #14655
Issue #14655Constriants->Columns ,Tree node should reflect all columns assigned in constraints. |
Extraction sql enhanced to extract column key limits now. There was no need to modify scripting.
Committed revision: 50796
Example use to test below: