[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Don't check isolation level prior to SQL Server 200
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-01-26 21:55:40
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3757c0cdfb1c/ Changeset: 3757c0cdfb1c Branch: None User: zzzeek Date: 2017-01-26 21:54:02+00:00 Summary: Don't check isolation level prior to SQL Server 2005 Added a version check to the "get_isolation_level" feature, which is invoked upon first connect, so that it skips for SQL Server version 2000, as the necessary system view is not available prior to SQL Server 2005. Change-Id: If4f860513f0aae6625803f449714aedfc5075f57 Fixes: #3898 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. |