diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-08-30 12:15:00 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-08-30 12:15:00 -0400 |
commit | 812c08efb41ff0a8bdafb876fe49079da5074916 (patch) | |
tree | fb32b15188d15f7f09d5fe5b7bfb4bc3acb892fd | |
parent | 56950a78db62d880a2f2c240c8c5873af86310c2 (diff) | |
download | sqlalchemy-812c08efb41ff0a8bdafb876fe49079da5074916.tar.gz |
- rename SQL server autocommit issue to 4058
Fixes #4058
Change-Id: I5d56f4a4d8e42659860fa982abee4698118e4d84
-rw-r--r-- | doc/build/changelog/unreleased_12/4058.rst (renamed from doc/build/changelog/unreleased_12/sql_server_isolation.rst) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/build/changelog/unreleased_12/sql_server_isolation.rst b/doc/build/changelog/unreleased_12/4058.rst index 47f483183..e459e41d9 100644 --- a/doc/build/changelog/unreleased_12/sql_server_isolation.rst +++ b/doc/build/changelog/unreleased_12/4058.rst @@ -1,8 +1,9 @@ .. change:: :tags: feature, mssql + :tickets: 4058 Added support for "AUTOCOMMIT" isolation level, as established via :meth:`.Connection.execution_options`, to the PyODBC and pymssql dialects. This isolation level sets the appropriate DBAPI-specific flags on the underlying - connection object.
\ No newline at end of file + connection object. |