On 12/14/17, 12:08 PM, "sqlite-users on behalf of Simon Slavin" <[email protected] on behalf of [email protected]> wrote: > Just to remind you that if something is not documented it can change. The > next version of SQLite might decide that 1 / 2 is 0. So don’t write code > that depends on it.
I think it already does: sqlite> select 1/2; 0 sqlite> _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

