> On Jun 12, 2019, at 8:28 AM, Richard Hipp <d...@sqlite.org> wrote:
> 
> 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.

IMHO, any application code that outsources numeric/text conversions to SQLite 
must not be serious about numerics. :) 

Or in other words, anyone who's far enough down the numerics rabbit-hole to 
care about the difference between +0.0 and -0.0 is going to want to do the 
formatting themselves, to make sure that other details like significant figures 
and rounding are done to their standards.

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

Reply via email to