Feature Request
What
This error performs full transaction rollback, meaning it should be treated as Deadlock.
https://mariadb.com/docs/server/reference/error-codes/mariadb-error-codes-1000-to-1099/e1020
Why
Currently e1020 is unsupported. Doctrine throw generic driver error and thinks tarnsaction is still in place.
How
Probably new error mapping in ExceptionConverter?
Feature Request
What
This error performs full transaction rollback, meaning it should be treated as Deadlock.
https://mariadb.com/docs/server/reference/error-codes/mariadb-error-codes-1000-to-1099/e1020
Why
Currently e1020 is unsupported. Doctrine throw generic driver error and thinks tarnsaction is still in place.
How
Probably new error mapping in ExceptionConverter?