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

LockMode::NONE should not set WITH (NOLOCK) #4400

Merged
merged 1 commit into from Nov 12, 2020

Commits on Nov 12, 2020

  1. 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