-
-
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 3.1.0 into 4.0.x #4612
Merged
morozov
merged 22 commits into
4.0.x
from
3.1.x-merge-up-into-4.0.x_607de36c922933.64197456
Apr 21, 2021
Merged
Merge release 3.1.0 into 4.0.x #4612
morozov
merged 22 commits into
4.0.x
from
3.1.x-merge-up-into-4.0.x_607de36c922933.64197456
Apr 21, 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
The error handler screens for oracle warnings from php oci8 driver and converts them to a truncated query result exception. This also adds a test that demonstrates the issue where a result set larger than the oci8 default prefetch value is queried, but a truncated row set is returned due to the dataset being invalidated during the fetch sequenece.
Fix truncated oracle fetch result
Deprecate Statement::execute in favor of Statement::executeStatement/executeQuery
[GH-4553] Simplify error handling in the OCI8 driver
Following methods are returning Doctrine\DBAL\Driver\Statement as before : - Doctrine\DBAL\Connection::executeQuery() - Doctrine\DBAL\Query\QueryBuilder::execute()
Fix BC break on QueryBuilder::execute()
Collect type coverage metrics, add badge to README
Attribute type coverage metric to 3.1.x instead of 2.13.x
…db0f4870b21.63151745 Merge release 2.13.1 into 3.0.x
[GH-4613] Use utf8mb4 instead of utf8 for testing connection charset
morozov
force-pushed
the
3.1.x-merge-up-into-4.0.x_607de36c922933.64197456
branch
from
April 21, 2021 16:00
fcc469d
to
6d82230
Compare
morozov
approved these changes
Apr 21, 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 3.1.0
3.1.0
Deprecation,New Feature
Deprecation,Documentation
Deprecation,Documentation,Reserved Keywords
Deprecation,Oracle,Schema Managers
Error Handling,Improvement,Prepared Statements,oci8
Deprecation,Improvement,QueryBuilder
QueryBuilder::executeQuery()
andQueryBuilder::executeStatement()
thanks to @PowerKiKiDeprecation
Connections,Sequences,pdo_sqlsrv
Deprecation,Improvement,Schema,Schema Managers
Deprecation,Platforms,Reserved Keywords
Deprecation,PDO,pdo_sqlsrv
Connections,Deprecation
Connections,Deprecation,Schema Managers
Prepared Statements,Static Analysis,sqlsrv
Improvement,QueryBuilder,Static Analysis
Connections,Documentation,Error Handling