On 2015/01/29 01:00, Donald Shepherd wrote:
I can say there's no string round-trips with fairly high confidence and I
am using _bind_double and _column_double.

I can also confirm NaNs are a special case, as I've had to write code to
store those as a BLOB.

So you have a case where you have a 64-bit IEEE754 Float (C - double) which isn't a NaN and add it to a query by sqlite3_bind_double() and then retrieve it back using column_double() and the bit pattern across the 8 bytes is different to the original?

Please  do share!



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to