]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Prevent SQL server isolation level from failing
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 21 May 2017 19:28:00 +0000 (15:28 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 22 May 2017 14:58:08 +0000 (10:58 -0400)
commit2574ca4b215cb06720d3ff4352d87ce87ebdd160
treee29dbc695351cfffd747dfea8822fabdf567329d
parentccbd68bb3ce09a013c998e4dcc26c0df7b03f205
Prevent SQL server isolation level from failing

Fixed bug where SQL Server transaction isolation must be fetched
from a different view when using Azure data warehouse, the query
is now attempted against both views and then a NotImplemented
is raised unconditionally if failure continues to provide the
best resiliency against future arbitrary API changes in new
SQL Server versions.

Change-Id: I621b5089febe8ace136428fa133fde1a7e21cda4
Fixes: #3994
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/dialects/mssql/base.py