Richard Hipp wrote:
> Please try the latest trunk version of SQLite and let me know if it
> works for you.

I don't have the Intel compiler, but the sign is missing:

  SELECT CAST('-1e359' AS NUMBER), CAST('-1e360' AS NUMBER);
  -Inf|Inf


I take everything back and state the opposite: I guess an
"#ifndef INFINITY" should be added to set it if it does not exist.

And while we're at it: the "#include <math.h>" at the top of util.c is
guarded with HAVE_ISNAN, which is implied by C99, but now misleading.


Regards,
Clemens
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to