Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
2.2.0, 2.3
-
None
-
centos6.7
Description
client app with odbc driver :
insert c_char "-2.22507e-308"; to double
State: 22003
Native Error: 0
Error: [Trafodion ODBC Driver] NUMERIC VALUE OUT OF RANGE. Incorrect Format or Data. Row: 1 Column: 1
unit test for driver code :
char buffer[] = "-2.22507e-308";
double db;
errno = 0;
db = strtod(buffer,NULL);
return db = -0.000000
errno = 34
Attachments
Issue Links
- links to