]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- rename SQL server autocommit issue to 4058
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 30 Aug 2017 16:15:00 +0000 (12:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 30 Aug 2017 16:15:00 +0000 (12:15 -0400)
Fixes #4058

Change-Id: I5d56f4a4d8e42659860fa982abee4698118e4d84

doc/build/changelog/unreleased_12/4058.rst [moved from doc/build/changelog/unreleased_12/sql_server_isolation.rst with 86% similarity]

similarity index 86%
rename from doc/build/changelog/unreleased_12/sql_server_isolation.rst
rename to doc/build/changelog/unreleased_12/4058.rst
index 47f483183171c0a9ab35daa95b7dcd0aff31023c..e459e41d95b7cbb55be066ec8ecbb6cbe9b9ea76 100644 (file)
@@ -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.