-
-
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
Merge release 3.1.0 into 4.0.x #4612
Commits on Apr 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 424bf11 - Browse repository at this point
Copy the full SHA 424bf11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a502f3 - Browse repository at this point
Copy the full SHA 8a502f3View commit details
Commits on Apr 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 499199f - Browse repository at this point
Copy the full SHA 499199fView commit details
Commits on Apr 9, 2021
-
Add error handler around oci_fetch_array to screen for oracle warnings
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.
Configuration menu - View commit details
-
Copy full SHA for 5bd5b4b - Browse repository at this point
Copy the full SHA 5bd5b4bView commit details
Commits on Apr 10, 2021
-
Merge pull request #4581 from amenning/fix-oracle-truncated-fetch
Fix truncated oracle fetch result
Configuration menu - View commit details
-
Copy full SHA for f2413c4 - Browse repository at this point
Copy the full SHA f2413c4View commit details -
Merge pull request #4580 from beberlei/StatementExecuteQuery
Deprecate Statement::execute in favor of Statement::executeStatement/executeQuery
Configuration menu - View commit details
-
Copy full SHA for 68a6f8e - Browse repository at this point
Copy the full SHA 68a6f8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d232c1 - Browse repository at this point
Copy the full SHA 2d232c1View commit details
Commits on Apr 14, 2021
-
Merge pull request #4599 from morozov/issues/4553
[GH-4553] Simplify error handling in the OCI8 driver
Configuration menu - View commit details
-
Copy full SHA for fb9ba59 - Browse repository at this point
Copy the full SHA fb9ba59View commit details
Commits on Apr 15, 2021
-
Restore backward compatibility for QueryBuilder::execute()
Following methods are returning Doctrine\DBAL\Driver\Statement as before : - Doctrine\DBAL\Connection::executeQuery() - Doctrine\DBAL\Query\QueryBuilder::execute()
Configuration menu - View commit details
-
Copy full SHA for 1372a42 - Browse repository at this point
Copy the full SHA 1372a42View commit details -
Merge pull request #4596 from mdumoulin/fix_issue_4591
Fix BC break on QueryBuilder::execute()
Configuration menu - View commit details
-
Copy full SHA for f4a801b - Browse repository at this point
Copy the full SHA f4a801bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef629cf - Browse repository at this point
Copy the full SHA ef629cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a25bc6a - Browse repository at this point
Copy the full SHA a25bc6aView commit details
Commits on Apr 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 41d7dd9 - Browse repository at this point
Copy the full SHA 41d7dd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 275131f - Browse repository at this point
Copy the full SHA 275131fView commit details -
Merge pull request #4604 from morozov/shepherd
Collect type coverage metrics, add badge to README
Configuration menu - View commit details
-
Copy full SHA for 9fc431a - Browse repository at this point
Copy the full SHA 9fc431aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05b7797 - Browse repository at this point
Copy the full SHA 05b7797View commit details -
Merge pull request #4608 from morozov/shepherd
Attribute type coverage metric to 3.1.x instead of 2.13.x
Configuration menu - View commit details
-
Copy full SHA for c800380 - Browse repository at this point
Copy the full SHA c800380View commit details
Commits on Apr 19, 2021
-
Merge pull request #4610 from doctrine/2.13.x-merge-up-into-3.0.x_607…
…db0f4870b21.63151745 Merge release 2.13.1 into 3.0.x
Configuration menu - View commit details
-
Copy full SHA for 4dd066d - Browse repository at this point
Copy the full SHA 4dd066dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ba62e7 - Browse repository at this point
Copy the full SHA 5ba62e7View commit details
Commits on Apr 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8f59014 - Browse repository at this point
Copy the full SHA 8f59014View commit details
Commits on Apr 21, 2021
-
Merge pull request #4614 from morozov/issues/4613
[GH-4613] Use utf8mb4 instead of utf8 for testing connection charset
Configuration menu - View commit details
-
Copy full SHA for 7dc3905 - Browse repository at this point
Copy the full SHA 7dc3905View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d82230 - Browse repository at this point
Copy the full SHA 6d82230View commit details