Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[DoctrineBridge] Fix DBAL 4 compatibility#52035
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
This comment was marked as outdated.
This comment was marked as outdated.
src/Symfony/Bridge/Doctrine/Messenger/DoctrinePingConnectionMiddleware.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
e6e497e tob7b549eComparesrc/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineFooType.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
derrabus commentedOct 13, 2023
I've addressed your remarks,@stof. |
nicolas-grekas commentedOct 13, 2023
Thank you@derrabus. |
arderyp commentedMar 5, 2024
@fabpot this issue seems to suggest DBAL 4is supported as of late October 2023, but a commit you made in February 2024 on Am I missing something? |
nicolas-grekas commentedMar 5, 2024
See the PR attached to the commit you linked:symfony/orm-pack#43 |
stof commentedMar 5, 2024
symfony/doctrine-bridge is compatible. |
arderyp commentedMar 5, 2024 • 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.
Thanks for the clarifications, I will avoid it for now |
This PR backports DBAL 4 compatibility changes from#51997 that were not in#51947. Sorry for messing this up.