]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 0.6.2
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 5 Dec 2013 23:26:43 +0000 (18:26 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 5 Dec 2013 23:26:43 +0000 (18:26 -0500)
- changelog for pullreq 13

alembic/__init__.py
docs/build/changelog.rst

index 10a97bf54af8ea869452404fda4eefc91feaf825..d73b16b5dd10df8e94bb59e6da0e6cb5c65913a4 100644 (file)
@@ -1,6 +1,6 @@
 from os import path
 
-__version__ = '0.6.1'
+__version__ = '0.6.2'
 
 package_dir = path.abspath(path.dirname(__file__))
 
index 47dfbbd84c2512c6307ade2edaec095af557e6d8..4d5ae5abf7a0fe9e6feab95cea3b35b6da23bbdb 100644 (file)
@@ -3,6 +3,18 @@
 Changelog
 ==========
 
+.. changelog::
+    :version: 0.6.2
+
+    .. change::
+      :tags: bug, mssql
+      :pullreq: bitbucket:13
+
+      The MSSQL backend will add the batch separator (e.g. ``"GO"``)
+      in ``--sql`` mode after the final ``COMMIT`` statement, to ensure
+      that statement is also processed in batch mode.  Courtesy
+      Derek Harland.
+
 .. changelog::
     :version: 0.6.1
     :released: Wed Nov 27 2013