dbal icon indicating copy to clipboard operation
dbal copied to clipboard

[MySQL] Support error code 3572 ER_LOCK_NOWAIT

Open alex-dev opened this issue 2 years ago • 3 comments

On MySQL, a exception caused by error 3572 ER_LOCK_NOWAIT should be a LockWaitTimeoutException.

alex-dev avatar May 25 '23 15:05 alex-dev

What does DBAL raise instead currently? Do you want to contribute a PR?

derrabus avatar May 26 '23 06:05 derrabus

A driver generic exception. I could... Should be but an update in a massive switch case in MySQL ExceptionConverter.

alex-dev avatar May 26 '23 13:05 alex-dev

Yes. And a functional test that reproduces your issue.

derrabus avatar May 26 '23 13:05 derrabus