-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Cache][DoctrineBridge][HttpFoundation][Lock][Messenger] use Table::addPrimaryKeyConstraint()
with Doctrine DBAL 4.3+
#60030
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
xabbuh
commented
Mar 24, 2025
Q | A |
---|---|
Branch? | 7.2 |
Bug fix? | yes |
New feature? | no |
Deprecations? | no |
Issues | |
License | MIT |
Status: Needs work |
b637f2f
to
3c4c158
Compare
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.
Please also update the Cache and Lock component, and the session storage in HttpFoundation
3c4c158
to
8d71cb3
Compare
8d71cb3
to
bf42190
Compare
bf42190
to
ed17fb3
Compare
Table::addPrimaryKeyConstraint()
with Doctrine DBAL 4.3+
Status: Needs review |
Table::addPrimaryKeyConstraint()
with Doctrine DBAL 4.3+Table::addPrimaryKeyConstraint()
with Doctrine DBAL 4.3+
I think you missed |
@alexandre-daubois The remaining deprecations triggered by the DoctrineBridge tests should be solved with doctrine/orm#11882. |
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.
Strange move from the orm, DX wise, isn't it?
ed17fb3
to
b00b416
Compare
everything is green again \o/ |
Thank you @xabbuh. |