From: Mike Bayer Date: Wed, 28 Dec 2016 21:15:22 +0000 (-0500) Subject: - fix bad merge to changelog X-Git-Tag: rel_1_1_5~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0e946993943b609a897e182b52b2fc0ea0939d7;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - fix bad merge to changelog Change-Id: I1e7444d722414627ba2a31bce13bd737950abb0c --- diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst index 8ac2418893..0dcc0dd8a7 100644 --- a/doc/build/changelog/changelog_11.rst +++ b/doc/build/changelog/changelog_11.rst @@ -27,6 +27,7 @@ Fixed bug where an INSERT from SELECT where the source table contains an autoincrementing Sequence would fail to compile correctly. + .. change:: 3876 :tags: bug, mssql :tickets: 3876