You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecated: SQLite3::enableExceptions(): Use of warnings for SQLite3 is deprecated in
.../vendor/dibi/dibi/src/Dibi/Drivers/SqliteDriver.php on line 60
If I understand correctly, SQLite only throws exceptions since PHP 8.3. This means that we need to modify Dibi\Drivers\SqliteDriver. First, in __construct it must activate exceptions for older PHP versions. And then catch and handle them in query(). I will be glad for PR.
janpecha
added a commit
to Tharos/LeanMapper
that referenced
this issue
Apr 8, 2024
Version: 5.0.1
PHP: 8.3.1
Bug Description
I get a warning message when I use SQLite driver.
Steps To Reproduce
More Information
The text was updated successfully, but these errors were encountered: