-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
The current implementation of sqlite3 throws warnings if there are errors. Until PHP 8, these could be silenced with @ but this will no longer work that easily with PHP 8. Instead, we should be using https://www.php.net/manual/en/sqlite3.enableexceptions.php.
It's also possible that use doctrine will make this ticket obsolete.
- is related to
-
PHPBB-16897 sqlite3 drivers generates warnings when executing an explain query plan that fails
- Closed