苏锦佩 created TRAFODION-3262:
------------------------------
Summary: Insert float to numeric(19,0) lost procesion for some
case.
Key: TRAFODION-3262
URL: https://issues.apache.org/jira/browse/TRAFODION-3262
Project: Apache Trafodion
Issue Type: Bug
Components: client-odbc-linux, client-odbc-windows
Affects Versions: 2.2.0
Reporter: 苏锦佩
For example,the ddl of table is "create table tb(c1 numeric(18,0), c2
numeric(19,0))".Insert the same value 12345678 by SQL_C_FLOAT,the values of C1
and C2 are inconsistent when querying the table.C1:12345678,C2:12345700。
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)