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

Strange isolation level being set to "read committed" #117

Open
variable opened this issue Jun 2, 2021 · 0 comments
Open

Strange isolation level being set to "read committed" #117

variable opened this issue Jun 2, 2021 · 0 comments

Comments

@variable
Copy link

variable commented Jun 2, 2021

"mssql": {
           "ENGINE": "sql_server.pyodbc",
           "NAME": "...",
           "USER": "...",
           "PASSWORD": "....",
           "OPTIONS": {
                "dsn": "...",
                "initial_state": {
                    "quoted_identifier": "on",
                    "concat_null_yields_null": "on",
                    "ansi_warnings": "on",
                    "ansi_nulls": "on",
                    "ansi_padding": "on",
                    "implicit_transactions": "off"
                },
                "extra_params": "tds_version=7.3",
                "isolation_level": "READ UNCOMMITTED"
           },
          "TEST": {"MIRROR": "default"}
        }

I have the following settings with "isolation_level" set to `READ UNCOMMITTED", but every now and then we have query stuck with isolation level set to "READ COMMITTED", anyone having similar issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant