]> 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:59:01 +0000 (10:59 -0400)
commitd869a4d3c39e2c248818fb9715a43827fd722467
treefd1680bfc6fc0074bcbf7b3bbfcda898a151f39f
parent4c895147d3fdf86a7206dffa88b62d99ffaa1940
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
(cherry picked from commit 2574ca4b215cb06720d3ff4352d87ce87ebdd160)
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/dialects/mssql/base.py