]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- changelog for pr bitbucket:26
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 9 Sep 2014 16:13:48 +0000 (12:13 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 9 Sep 2014 16:13:48 +0000 (12:13 -0400)
docs/build/changelog.rst

index 4e3bb2822aae78bd4cb700c0042001dd303ab164..f409f673b969c508315bc23b278751b2f885a205 100644 (file)
@@ -5,6 +5,14 @@ Changelog
 .. changelog::
     :version: 0.6.7
 
+    .. change::
+      :tags: bug, mssql
+      :pullreq: bitbucket:26
+
+      Fixed bug in MSSQL dialect where "rename table" wasn't using
+      ``sp_rename()`` as is required on SQL Server.  Pull request courtesy
+      Łukasz Bołdys.
+
     .. change::
       :tags: enhancement
       :tickets: 222