[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Prevent SQL server isolation level from failing
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-05-22 16:29:51
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d869a4d3c39e/ Changeset: d869a4d3c39e Branch: rel_1_1 User: zzzeek Date: 2017-05-22 14:59:01+00:00 Summary: 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) Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |