-
-
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
Merge release 2.13.0 into 3.0.x #4563
Merged
morozov
merged 45 commits into
3.0.x
from
2.13.x-merge-up-into-3.0.x_6063175f7455d9.33260366
Mar 31, 2021
Merged
Merge release 2.13.0 into 3.0.x #4563
morozov
merged 45 commits into
3.0.x
from
2.13.x-merge-up-into-3.0.x_6063175f7455d9.33260366
Mar 31, 2021
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
Update PHPStan to 0.12.81
Remove incomplete details of QueryBuilder::setParameter($type)
Make Doctrine\DBAL\Connection executeQuery() & executeCachedQuery() return a result implementing the following v3.0 features : - fetchNumeric() - fetchAssociative() - fetchOne() - fetchAllNumeric() - fetchAllAssociative() - fetchAllKeyValue() - fetchAllAssociativeIndexed() - fetchFirstColumn() - iterateNumeric() - iterateAssociative() - iterateKeyValue() - iterateAssociativeIndexed() - iterateColumn() - rowCount() - columnCount() - free()
Improve forward compatibility between 2.x and 3.0
Upgrade Psalm to 4.6.4
Update JetBrains PhpStorm stubs to v2020.2
…yForServerVersion
Reintroduce support for PHP 7.1 and 7.2
…pBy/addGroupBy with array argument.
Deprecations
[GH-4554] Deprecate all Statement::fetch* in favor of Result::fetch*
morozov
approved these changes
Mar 31, 2021
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.
Release 2.13.0
2.13.0
Total issues resolved: 1
Total pull requests resolved: 4
Total contributors: 2
4555: [GH-4554] Deprecate all Statement::fetch* in favor of Result::fetch* thanks to @beberlei
4535: Deprecations thanks to @beberlei
4386: Reintroduce support for PHP 7.1 and 7.2 thanks to @beberlei
Connections,Improvement,Prepared Statements