Skip to content
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
merged 22 commits into from Apr 21, 2021

Conversation

github-actions[bot]
Copy link

Release 3.1.0

3.1.0

  • Total issues resolved: 3
  • Total pull requests resolved: 16
  • Total contributors: 5

Deprecation,New Feature

Deprecation,Documentation

Deprecation,Documentation,Reserved Keywords

Deprecation,Oracle,Schema Managers

Error Handling,Improvement,Prepared Statements,oci8

Deprecation,Improvement,QueryBuilder

Deprecation

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

beberlei and others added 19 commits April 2, 2021 23:46
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.
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
@morozov morozov marked this pull request as draft April 20, 2021 05:59
@morozov morozov force-pushed the 3.1.x-merge-up-into-4.0.x_607de36c922933.64197456 branch from fcc469d to 6d82230 Compare April 21, 2021 16:00
@morozov morozov merged commit 6d82230 into 4.0.x Apr 21, 2021
@morozov morozov deleted the 3.1.x-merge-up-into-4.0.x_607de36c922933.64197456 branch April 21, 2021 16:19
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants