On Tue, Jun 12, 2018 at 6:40 PM Richard Hipp <d...@sqlite.org> wrote: > [...] > Maybe use 1e999 and -1e999 instead?
I can confirm on SQLite versions 3.19.2 & 3.24.0: sqlite> select 1e999; Inf sqlite> select -1e999; -Inf I wouldn't mind it if SQLite would be a little more symmetrical, i.e. output of .dump with Inf or -Inf values would be valid input. Chris _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users