When extracting parameters for procedures we need to convert the u<int_type> to unsigned <int_type>.
|
119 KB
|
31 KB
|
52 KB
|
48 KB
Example:
Extraction fixed so that datatype uint, ubigint and usmallint will correctly store the type as its unsigned <int_type> name.
Committed revision: 53687
Extraction fixed so that datatype uint, ubigint and usmallint will correctly store the type as its unsigned <int_type> name.
Committed revision: 53687
Code review comments:
- We added AFTableColumnInfo.getDataTypeString
method for this issue.
- We added UtilScript.getTranslatedDataType
method for issue #14813.
Shouldn't we add the Sybase ASE logic to UtilScript.getTranslatedDataType
rather than adding another data type method?
Code review comments:
- We added AFTableColumnInfo.getDataTypeString
method for this issue.
- We added UtilScript.getTranslatedDataType
method for issue #14813.
Shouldn't we add the Sybase ASE logic to UtilScript.getTranslatedDataType
rather than adding another data type method?
Changes made so that extraction of datatype will correctly fix its type string. For US trunk I have also refactored the AFTableColumnInfo.getDataTypeString method into the UtilScript.getTranslatedDataType method.
Checked into US trunk with Committed revision: 54539
Checked into v18 source control with Committed revision: 54536
Changes made so that extraction of datatype will correctly fix its type string. For US trunk I have also refactored the AFTableColumnInfo.getDataTypeString method into the UtilScript.getTranslatedDataType method.
Checked into US trunk with Committed revision: 54539
Checked into v18 source control with Committed revision: 54536
I have verified below scenarios:
I have verified below scenarios:
Verified in ADS v19.0.0-alpha-21 and 18.0.13-5
Verified in ADS v19.0.0-alpha-21 and 18.0.13-5
Issue #15101 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build v19.0.0-alpha-19, v18.0.13-4, v17.0.14 |
No time estimate |
Example: