Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Cache] fix pruning pdo cache for vendors that throw on execute#30050
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[Cache] fix pruning pdo cache for vendors that throw on execute#30050
Uh oh!
There was an error while loading.Please reload this page.
Conversation
OskarStark commentedJan 31, 2019
Shouldnt be a test added/updated? |
bendavies commentedJan 31, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
in honestly, i did not check for existing tests as previous fixes for this issue (linked above) added no tests. |
OskarStark commentedFeb 1, 2019
Maybe this is the reason why this bug occurred afterwards 🙃 |
nicolas-grekas commentedFeb 1, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
This is already tested - just not on mysql - and we're not going to add a multi-DB infra for this :) |
nicolas-grekas commentedFeb 1, 2019
Thank you@bendavies. |
…ecute (bendavies)This PR was merged into the 4.2 branch.Discussion----------[Cache] fix pruning pdo cache for vendors that throw on execute| Q | A| ------------- | ---| Branch? | 4.2| Bug fix? | yes| New feature? | no| BC breaks? | no >| Deprecations? | no| Tests pass? | yes| Fixed tickets || License | MIT| Doc PR |This additionally fixes pruning of the PdoAdapter when the table does not exist.Similar to#29900#30005 andf419851Commits-------14b9fa5 fix pruning pdo cache for vendors that throw on execute
This additionally fixes pruning of the PdoAdapter when the table does not exist.
Similar to#29900#30005 andf419851