]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added basic isolation level support to the SQL Server dialects
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Mar 2016 21:47:34 +0000 (17:47 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Mar 2016 21:47:34 +0000 (17:47 -0400)
commit4d147c3b169a3d57c0528b0a2633a30866fcb2f9
tree057254445a62c920ac23482f72a32caa6269ea91
parent31f96c27a5fea302358ba580313a2f742c12b83d
- Added basic isolation level support to the SQL Server dialects
via :paramref:`.create_engine.isolation_level` and
:paramref:`.Connection.execution_options.isolation_level`
parameters.  fixes #3534
doc/build/changelog/changelog_11.rst
doc/build/changelog/migration_11.rst
lib/sqlalchemy/dialects/mssql/base.py
lib/sqlalchemy/engine/base.py
test/engine/test_transaction.py
test/requirements.py