Theres an issue when results contain columns in SQLFLT8 type. Not enough memory is allocated and the end is cut off. dbwillconvert returns 10 but this is not enough to keep a string representation of a double. Looking at the docs it even says that it should return bool not int?
This is pretty bad when the initial value is something like 1.2345678e-05 and its converted to 1.2345678.
Theres an issue when results contain columns in
SQLFLT8type. Not enough memory is allocated and the end is cut off.dbwillconvertreturns 10 but this is not enough to keep a string representation of a double. Looking at the docs it even says that it should return bool not int?This is pretty bad when the initial value is something like
1.2345678e-05and its converted to1.2345678.