-
-
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
Manually merge 2.11.x into 3.0.x #4300
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…t-indexes Add explanation about implicit indexes
Remove "All" for some deprecated phpdoc
Ignore empty strings in QueryBuilder::and/orWhere() & and/orHaving().
Fix BC break: QueryBuilder::andWhere() etc. should ignore empty strings
Fix phpdoc on deprecated functions
Restore PDOStatement::quote() for backward compatibility
…ace-subtyping Deprecate Abstraction\Result
…eter Fix Third parameter not allowed for PDO::FETCH_COLUMN
Fix ExceptionTest::testConnectionExceptionSqLite() on macOS
greg0ire
approved these changes
Sep 26, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Most of the changes from
2.11.x
are discarded since:3.0.x
.2.11.x
is apparently fixed by Segregated support of unique index and unique constraint #3980 in3.0.x
which is not yet merged tomaster
where I checked for the fix.