-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Introduce consistent Comparator API #4707
Conversation
I’m not sure if I understand this change. Wouldn’t it make merging #4659 way harder if we have to keep backwards compatibility there with the new method names from this pull request? |
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.
@trompette, the patch looks good overall. Please see a few suggestions inline.
tests/Functional/Platform/NewPrimaryKeyWithNewAutoIncrementColumnTest.php
Outdated
Show resolved
Hide resolved
195fbfc
to
acb6c52
Compare
acb6c52
to
e623041
Compare
f8eb927
to
8430837
Compare
Sorry, one last thing. We'll need to add a note to |
8430837
to
10f1c6a
Compare
This commit deprecates: - calls to compare(), and - static calls to compareSchemas().
10f1c6a
to
dda7bf9
Compare
Thanks, @trompette! |
@trompette if you fancy, you can go ahead and file another PR that removes the deprecated APIs from |
The method has been deprecated and scheduled for removal since doctrine#4707.
@morozov, done! 😉 |
The method has been deprecated and scheduled for removal since doctrine#4707.
The method has been deprecated and scheduled for removal since doctrine#4707.
The method has been deprecated and scheduled for removal since doctrine#4707.
This PR was merged into the 4.4 branch. Discussion ---------- [Messenger] Fix calls to deprecated DBAL methods | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A Follows doctrine/dbal#4746 and doctrine/dbal#4707. Commits ------- 2f834f2 [Messenger] Fix calls to deprecated DBAL methods
Summary
This PR deprecates previous
Comparator
API and replaces it with a more consistent one.For more information, see: