]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Don't check isolation level prior to SQL Server 2005
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Jan 2017 21:54:02 +0000 (16:54 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Jan 2017 21:54:02 +0000 (16:54 -0500)
commit3757c0cdfb1c5078c8829abe3f6a995126de8ce6
tree6022d2ec9e243aed0837136fb2c63d474c00c816
parenta24801ae8de469f1e78bdb0c02b28de263c2310e
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
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/dialects/mssql/base.py