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
All the current DB drivers throw an exception when a query error occurs.
See codeigniter4#6912
MySQLi driver sets `mysqli_report(MYSQLI_REPORT_ALL & ~MYSQLI_REPORT_INDEX)`
that throws mysqli_sql_exception.
SQLite3 and Postgres drivers throw ErrorException because of Error Handler.
SQLSRV driver has different implementaion. It throws DatabaseException when the
query return value is false.
0 commit comments