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] Use platform to identify the PDO driver#43281
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.
jderusse left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This PR revert what have been done in7eca3a5#diff-98857ac5bb047b333495db5092ea4b875924022056c5b5522d7ecb224fac5f6f
@nicolas-grekas do you remember why you changed this in a merge commit?
Uh oh!
There was an error while loading.Please reload this page.
jderusse left a comment• 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Regarding the@derrabus comment, this PRbrings nothing but introduce a future deprecation for upcoming Doctrine 3.2
I'm 👎 for this change
edit: this PR fixes the issue referenced in the description
stof commentedOct 2, 2021
@jderusse this PR fixes compatibility with driver decorators (inspecting the driver class to find the target platform is a mistake). See the ticket referenced in the issue description, which describes precisely such a bug. |
jderusse commentedOct 3, 2021
Still.. |
chalasr commentedOct 3, 2021
I agree, seems worth trying to fix this using |
Jean85 commentedOct 4, 2021
I've changed the approach to use the |
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.
Uh oh!
There was an error while loading.Please reload this page.
824ffc7 to687a7edComparederrabus commentedOct 4, 2021
Thank you@Jean85. |
This should fix the issue in the same way we did for#42011. I'm not sure if I should add/change any test...