Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: doctrine/dbal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 50e758c
Choose a base ref
...
head repository: doctrine/dbal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f90c299
Choose a head ref
  • 5 commits
  • 7 files changed
  • 3 contributors

Commits on Oct 7, 2019

  1. Fixed query result caching when FetchMode::COLUMN is used

    Internally, ArrayStatement expects every row to be represented as an array regardless of the fetch mode, however FetchMode::COLUMN produces one value per row.
    morozov committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    7a99133 View commit details
    Browse the repository at this point in the history
  2. Updated PHPUnit to 8.4.1

    $ composer update phpunit/phpunit --with-all-dependencies
    morozov committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    0a4494d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Merge pull request #3689 from morozov/issues/3687

    Updated PHPUnit to 8.4.1
    morozov authored Oct 8, 2019
    Configuration menu
    Copy the full SHA
    e3cefb0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3686 from morozov/issues/3597

    Fixed query result caching when FetchMode::COLUMN is used
    Ocramius authored Oct 8, 2019
    Configuration menu
    Copy the full SHA
    81922a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2019

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