Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
2.2.0
-
None
Description
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。