Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Lock] Create tables in transaction only if supported by driver#44383
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
martinssipenko commentedDec 1, 2021
@jderusse I've updated code to use Platform now, but I don't quite understand why tests on 7.2 are failing. |
jderusse commentedDec 1, 2021
Tests are falling because the class |
derrabus commentedDec 2, 2021 • 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.
It does, but with different casing. Add this to the top of the test file, to trigger the autoloader with the old class name as well: class_exists('Doctrine\DBAL\Platforms\PostgreSqlPlatform'); |
martinssipenko commentedDec 2, 2021
martinssipenko commentedDec 8, 2021
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
aad2242 to5e2d494CompareUh oh!
There was an error while loading.Please reload this page.
751f0f1 to90ddecdCompareUh oh!
There was an error while loading.Please reload this page.
31a950a to3488164Comparemartinssipenko commentedDec 14, 2021
@jderusse Any updates here? CI just keeps failing randomly, not sure what can/should I do about it. |
Uh oh!
There was an error while loading.Please reload this page.
fabpot commentedDec 20, 2021
Thank you@martinssipenko. |
3488164 to9395de9Compare
Fixed
DoctrineDbalStoreto allow the creation of a lock table within a transaction only if it is supported by the driver.