-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Handle fetch mode deprecation of DBAL 2.11. #36987
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle fetch mode deprecation of DBAL 2.11. #36987
Conversation
d761aec
to
812f2ba
Compare
There's a related failure on appveyor. |
We don't have |
appveyor runs without any, then with many extensions. |
add |
812f2ba
to
0c1e254
Compare
0c1e254
to
ed51855
Compare
AppVeyor is happy now. The segfaulting php 8 Cache tests on Travis is hopefully unrealated. 😅 |
Thank you @derrabus. |
This PR was merged into the 4.4 branch. Discussion ---------- Handle fetch mode deprecation of DBAL 2.11 | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A Continuation of #36987 on the 4.4 branch. Commits ------- 1385213 Handle fetch mode deprecation of DBAL 2.11.
Things moved in DBAL v3 and tests are now failing after doctrine/dbal#4049 and/or doctrine/dbal#4045 |
Looks like part of the fix might be as simple as backporting #37141. |
…bbuh) This PR was merged into the 3.4 branch. Discussion ---------- [Cache] fix forward compatibility with Doctrine DBAL 3 | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #36987 (comment) | License | MIT | Doc PR | Commits ------- 316efef fix forward compatibility with Doctrine DBAL 3
See doctrine/dbal#4019
DBAL has deprecated PDO-style fetch modes in favor of more explicit methods.