On 6/12/19, Jonathan Brandmeyer <jbrandme...@planetiq.com> wrote:
> IMO, when acting as a storage engine, SQLite should be good to the last
> bit.

That is already the case, and has been for 17 years.  The question at
hand is what should SQLite do when the application asks it to convert
a -0.0 value into text.  It is only the binary-to-text conversion
routine that is at question here.  If you are reading back your
database content using sqlite3_column_double(), you get back
bit-for-bit exactly what you put in.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to