-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[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 our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
990a91c
to
a5638d1
Compare
a5638d1
to
838c1fa
Compare
src/Symfony/Bridge/Doctrine/Messenger/DoctrinePingConnectionMiddleware.php
Outdated
Show resolved
Hide resolved
e6e497e
to
b7b549e
Compare
src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineFooType.php
Outdated
Show resolved
Hide resolved
b7b549e
to
50c0fbc
Compare
I've addressed your remarks, @stof. |
Thank you @derrabus. |
@fabpot this issue seems to suggest DBAL 4 is supported as of late October 2023, but a commit you made in February 2024 on Am I missing something? |
See the PR attached to the commit you linked: symfony/orm-pack#43 |
symfony/doctrine-bridge is compatible. |
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.