SQLite Forum

Arithmetic errors
Login
Open an in-memory database;
Execute, for example, select 5/0;
SQLite will not spit out an appropriate error message.