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
It looks like if the rollback fails with "Rollback failed. There is no active transaction.", then we never find out what the original exception was about.
I have this happening, for whatever reason the rollback fails. Could be improved by wrapping the rollback in another try catch and appending the exception to the previous one. What do you think?
The text was updated successfully, but these errors were encountered:
https://github.com/LExpress/doctrine1/blob/fce1192e87a76e1ddcf69b3defa73e451a816c8c/lib/Doctrine/Connection/UnitOfWork.php#L152
It looks like if the rollback fails with "Rollback failed. There is no active transaction.", then we never find out what the original exception was about.
I have this happening, for whatever reason the rollback fails. Could be improved by wrapping the rollback in another try catch and appending the exception to the previous one. What do you think?
The text was updated successfully, but these errors were encountered: