It is possible to generate a warning with a double quoted string, and it should be logged at warning level. SQLite also has a few other circumstances in which warning vs error is generated such as making an automatic index or hitting query planner limits.
It is possible to generate a warning with a double quoted string, and it should be logged at warning level. SQLite also has a few other circumstances in which warning vs error is generated such as making an automatic index or hitting query planner limits.
Currently everything is logged as error.