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

Commits on Apr 2, 2021

  1. Configuration menu
    Copy the full SHA
    424bf11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a502f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Configuration menu
    Copy the full SHA
    499199f View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. 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.
    amenning committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    5bd5b4b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. Merge pull request #4581 from amenning/fix-oracle-truncated-fetch

    Fix truncated oracle fetch result
    morozov committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    f2413c4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4580 from beberlei/StatementExecuteQuery

    Deprecate Statement::execute in favor of Statement::executeStatement/executeQuery
    beberlei committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    68a6f8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d232c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Merge pull request #4599 from morozov/issues/4553

    [GH-4553] Simplify error handling in the OCI8 driver
    morozov committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    fb9ba59 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. 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()
    mdumoulin authored and morozov committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    1372a42 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4596 from mdumoulin/fix_issue_4591

    Fix BC break on QueryBuilder::execute()
    morozov committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    f4a801b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef629cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a25bc6a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2021

  1. Configuration menu
    Copy the full SHA
    41d7dd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    275131f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4604 from morozov/shepherd

    Collect type coverage metrics, add badge to README
    morozov committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    9fc431a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05b7797 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4608 from morozov/shepherd

    Attribute type coverage metric to 3.1.x instead of 2.13.x
    morozov committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    c800380 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. 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
    morozov committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    4dd066d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ba62e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Configuration menu
    Copy the full SHA
    8f59014 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Merge pull request #4614 from morozov/issues/4613

    [GH-4613] Use utf8mb4 instead of utf8 for testing connection charset
    morozov committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    7dc3905 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d82230 View commit details
    Browse the repository at this point in the history