On 1/28/2015 10:05 PM, James K. Lowden wrote:
I'm faintly surprised NaNs can't be stored, too. Why should SQLlite interpret them if they're bound to a double?
Signaling NaN may trigger a hardware exception (aka a signal) merely by being loaded into an FPU register (that's what makes it "signaling"), depending on how FPU is configured; which in turn could happen merely by passing it to a function, or returning from one. Quiet NaNs should round-trip just fine.
-- Igor Tandetnik _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users