Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
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 ourterms of service andprivacy 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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
d761aec to812f2baComparenicolas-grekas commentedMay 28, 2020
There's a related failure on appveyor. |
derrabus commentedMay 28, 2020
We don't have |
nicolas-grekas commentedMay 28, 2020
appveyor runs without any, then with many extensions. |
stof commentedMay 28, 2020
add |
812f2ba to0c1e254Compare0c1e254 toed51855Comparederrabus commentedMay 28, 2020
AppVeyor is happy now. The segfaulting php 8 Cache tests on Travis is hopefully unrealated. 😅 |
nicolas-grekas commentedMay 28, 2020
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/AContinuation of#36987 on the 4.4 branch.Commits-------1385213 Handle fetch mode deprecation of DBAL 2.11.
nicolas-grekas commentedJun 9, 2020
Things moved in DBAL v3 and tests are now failing afterdoctrine/dbal#4049 and/ordoctrine/dbal#4045 |
xabbuh commentedJun 9, 2020
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
Seedoctrine/dbal#4019
DBAL has deprecated PDO-style fetch modes in favor of more explicit methods.