Michael Foss wrote:
> The processor where I am running my instance of SQLite has a problem in
> that it serializes double-precision floating point values incorrectly. If
> the 8-byte double should be stored as 0x123456789ABCDEF0, it is instead
> stored as 0x9ABCDEF012345678.
>
> Other solutions I have considered, but have decided are undesirable:

5) Compile with SQLITE_MIXED_ENDIAN_64BIT_FLOAT.


Regards,
Clemens
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to