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
bug symfony#54121 [Messenger] Catch TableNotFoundException in MySQL delete (acbramley)
This PR was merged into the 5.4 branch.
Discussion
----------
[Messenger] Catch TableNotFoundException in MySQL delete
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fixsymfony#54120
| License | MIT
When using a MySQL based DB, if the database table doesn't exist when calling Connection::get - it will result in an exception even when auto setup is enabled.
I still need to look into how/where tests would go.
Commits
-------
410bcce Catch TableNotFoundException in MySQL delete
0 commit comments