SQLite Forum

Database Schema Changed Error
Login
This is not an error but a warning. The first execution of the statement will fail (this is why it says "error"), but SQLite will then automatically re-prepare the statement with the new schema and re-execute it.