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

Manually merge 3.0.x into master #4432

Merged
merged 45 commits into from
Nov 15, 2020
Merged

Manually merge 3.0.x into master #4432

merged 45 commits into from
Nov 15, 2020

Commits on Oct 24, 2020

  1. Configuration menu
    Copy the full SHA
    22a95b2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request doctrine#4384 from greg0ire/proofread-upgrade-guide

    Proofread upgrade guide
    greg0ire authored Oct 24, 2020
    Configuration menu
    Copy the full SHA
    3becaec View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Configuration menu
    Copy the full SHA
    a500d5e View commit details
    Browse the repository at this point in the history
  2. Merge pull request doctrine#4390 from jdreesen/patch-1

    Fix headline in the upgrade docs
    greg0ire authored Oct 28, 2020
    Configuration menu
    Copy the full SHA
    1906c5f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. Configuration menu
    Copy the full SHA
    f80b055 View commit details
    Browse the repository at this point in the history
  2. Catch PDOException

    When using PDO, an exception is supposed to be thrown since we are using
    the error mode that behaves that way. It only seems to be the case since
    PHP 8 though.
    greg0ire committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    09eafbc View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. Merge pull request doctrine#4396 from greg0ire/fix-php8-mysql-mariadb

    Fix php8 mysql mariadb
    morozov authored Nov 1, 2020
    Configuration menu
    Copy the full SHA
    b8665ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    435c7fd View commit details
    Browse the repository at this point in the history
  3. Merge pull request doctrine#4398 from morozov/phpcs-3.5.8

    Update PHP_CodeSniffer to 3.5.8
    morozov authored Nov 1, 2020
    Configuration menu
    Copy the full SHA
    c2b989e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d67f89d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29fc5c6 View commit details
    Browse the repository at this point in the history
  6. Store query in driver exceptions

    BenMorel authored and morozov committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    26fe027 View commit details
    Browse the repository at this point in the history
  7. Merge pull request doctrine#4387 from BenMorel/exception-params

    Store query params in driver exceptions
    morozov authored Nov 1, 2020
    Configuration menu
    Copy the full SHA
    83113ce View commit details
    Browse the repository at this point in the history
  8. Merge pull request doctrine#4393 from mvorisek/patch-1

    Remove warning comment from PDOOracle driver
    morozov authored Nov 1, 2020
    Configuration menu
    Copy the full SHA
    cad295a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Configuration menu
    Copy the full SHA
    7b4f16a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d76bf72 View commit details
    Browse the repository at this point in the history
  3. Merge pull request doctrine#4401 from BenMorel/unused-var

    Add missing instanceof check
    morozov authored Nov 3, 2020
    Configuration menu
    Copy the full SHA
    1a9da6d View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Merge pull request doctrine#4407 from morozov/deprecate-named-param-c…

    …olon-prefix
    
    Deprecate colon prefix for prepared statement parameters
    morozov authored Nov 4, 2020
    Configuration menu
    Copy the full SHA
    ff83e0b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Configuration menu
    Copy the full SHA
    9babd9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    403b27f View commit details
    Browse the repository at this point in the history
  3. Merge pull request doctrine#4410 from morozov/remove-named-param-colo…

    …n-prefix
    
    Remove support for colon prefix in statement parameters
    morozov authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    f91860d View commit details
    Browse the repository at this point in the history
  4. Merge pull request doctrine#4411 from morozov/deprecate-parser-abuse

    Deprecate inappropriate usage of prepared statement parameters
    morozov authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    3622d6d View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Remove redundant phpstan param from DriverManager::getConnection()

    This effectively prevented phpstan from inferring type of `T` template.
    
    > Unable to resolve the template type T in call to method static method Doctrine\DBAL\DriverManager::getConnection()
    simPod committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    7322944 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. Configuration menu
    Copy the full SHA
    12508e6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request doctrine#4414 from morozov/issues/4406

    ResultCacheStatement::fetchAllAssociative does not store results in cache
    greg0ire authored Nov 8, 2020
    Configuration menu
    Copy the full SHA
    97ee7c4 View commit details
    Browse the repository at this point in the history
  3. Testing Guidelines

    morozov committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    b085da7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d31c697 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Configuration menu
    Copy the full SHA
    b63a652 View commit details
    Browse the repository at this point in the history
  2. Merge pull request doctrine#4416 from bytestream/bytestream-patch-1

    Update .gitattributes
    morozov authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    32f96b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Configuration menu
    Copy the full SHA
    d3c8a87 View commit details
    Browse the repository at this point in the history
  2. Add missing word

    greg0ire authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    f716ba6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request doctrine#4423 from doctrine/greg0ire-patch-1

    Add missing word
    greg0ire authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    75b309e View commit details
    Browse the repository at this point in the history
  4. Merge pull request doctrine#4422 from morozov/issues/4421

    QueryBuilder must use 0-based positional parameter keys
    morozov authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    3b90aba View commit details
    Browse the repository at this point in the history
  5. Mark SQLParserUtils internal

    morozov committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    1c908c3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request doctrine#4424 from morozov/sql-parser-utils-internal

    Mark SQLParserUtils internal
    morozov authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    5f94000 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Configuration menu
    Copy the full SHA
    a501e55 View commit details
    Browse the repository at this point in the history
  2. Port SQL parser from PDO

    morozov committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    4fbd7ac View commit details
    Browse the repository at this point in the history
  3. LockMode::NONE should not set WITH (NOLOCK)

    This fixes the issue detailed in doctrine#4391, with SQL Server and SQL Anywhere setting WITH (NOLOCK) for LockMode::NONE, which effectively means using a READ UNCOMMITTED isolation level at table level, which is not the contract of LockMode::NONE.
    BenMorel committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    3ed11aa View commit details
    Browse the repository at this point in the history
  4. Merge pull request doctrine#4400 from BenMorel/with-nolock

    LockMode::NONE should not set WITH (NOLOCK)
    morozov authored Nov 12, 2020
    Configuration menu
    Copy the full SHA
    74bc147 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    6d151f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request doctrine#4429 from morozov/issues/4428

    Throw exception on invalid LockMode
    morozov authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    e456ab1 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. Merge pull request doctrine#4397 from morozov/issues/4383

    Port the SQL parser from PDO
    morozov authored Nov 14, 2020
    Configuration menu
    Copy the full SHA
    041df42 View commit details
    Browse the repository at this point in the history
  2. Merge pull request doctrine#4403 from simPod/patch-1

    Remove redundant phpstan param from DriverManager::getConnection()
    morozov authored Nov 14, 2020
    Configuration menu
    Copy the full SHA
    c2c8488 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f55c0d View commit details
    Browse the repository at this point in the history
  4. Merge branch '3.0.x'

    morozov committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    d13a24d View commit details
    Browse the repository at this point in the history