]
Debbie Steigner commented on TEIIDDES-2865:
-------------------------------------------
This issue still exists in 11.1.1, for all Databases not just MSSQL, an Oracle NUMBER(22)
for example imports with length of 22 but precision of 0 and should be 22.
Customer ticket -
JDBC importer imports MSSQL Server datatype numeric(9,[0-9]) as
bigdecimal with zero precision
----------------------------------------------------------------------------------------------
Key: TEIIDDES-2865
URL:
https://issues.jboss.org/browse/TEIIDDES-2865
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 10.0, 9.0.5, 9.0.6, 9.0.7
Reporter: Debbie Steigner
Assignee: Barry LaFond
Fix For: 11.1, 11.1.1
JDBC importer imports MSSQL Server datatype numeric(9,[0-9]) as bigdecimal with zero
precision and should be 9. I believe this
https://issues.jboss.org/browse/TEIIDDES-2746
may have changed the behavior, in version 9.0.3 it imports correctly.
You can use
jdbc:sqlserver://ENGNTDBS14.mw.lab.eng.bos.redhat.com:1433;databaseName=mss_eds
user - mss_eds
password - mss_eds
table - debtest2, both columns are numeric(9,2)