Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.4.2
-
Component/s: other
-
Labels:None
Description
When parsing double/decimal value, driver might truncate result:
the readFloatLengthCoded and readDecimalLengthEncoded functions will have some problem when integer or fractional part is > than 9007199254740991 due to int limitation (ieee-754).
example -0.9999237060546875 will return -0.9999237060546876