]
Barry LaFond resolved TEIIDDES-2256.
------------------------------------
Resolution: Done
TEIIDDES-2256, TEIIDDES-2316
* redirected integer type to integer base type instead of biginteger
* Fix DDL datatype processor to convert "integer" types to int
* removed integer from selection in Set Datatype Dialog
* Added base-type and design-time type columns to Set Datatype Dialog
* changed Relational Table and Procedure Editors to use built-in types instead of design
time types to be consistent
master commit:
Confusing data type "integer" and "int"
---------------------------------------
Key: TEIIDDES-2256
URL:
https://issues.jboss.org/browse/TEIIDDES-2256
Project: Teiid Designer
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Components: Import/Export
Affects Versions: 8.6
Reporter: Ramesh Reddy
Assignee: Barry LaFond
Fix For: 8.6
Attachments: builtin-types.xsd, full-datatypes-1.png, full-datatypes-2.png,
set-datatype-dialog.png, set-datatype-dialog_3.png
I understand that
"integer" maps to "xs:biginteger"
"int" maps "xs:long"
How they are confusing when there is already one available for biginteger. Also the Table
creation wizard does not provide option to to select "int". When user chooses
"integer" it often is "int".
This confusion needs to be resolved. IMO "integer" can be removed, however I am
not sure how it effects data type system