[
https://issues.jboss.org/browse/TEIIDDES-2256?page=com.atlassian.jira.plu...
]
Barry LaFond updated TEIIDDES-2256:
-----------------------------------
Attachment: full-datatypes-1.png
full-datatypes-2.png
enum DataTypeName {
STRING,
BOOLEAN,
BYTE,
SHORT,
CHAR,
INTEGER,
LONG,
BIG_INTEGER,
FLOAT,
DOUBLE,
BIG_DECIMAL,
DATE,
TIME,
TIMESTAMP,
OBJECT,
NULL,
BLOB,
CLOB,
XML,
VARCHAR,
TINYINT,
SMALLINT,
BIGINT,
REAL,
DECIMAL,
@Since(Version.TEIID_8_0)
VARBINARY
}
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)
Reporter: Ramesh Reddy
Attachments: full-datatypes-1.png, full-datatypes-2.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
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)