diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-12-28 16:15:22 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-12-28 16:15:22 -0500 |
commit | f0e946993943b609a897e182b52b2fc0ea0939d7 (patch) | |
tree | da776860f680643a89983638db9dfcdc0e75f9eb | |
parent | 8f191ec3b87ccf9038d532ea672bdd5978793891 (diff) | |
download | sqlalchemy-f0e946993943b609a897e182b52b2fc0ea0939d7.tar.gz |
- fix bad merge to changelog
Change-Id: I1e7444d722414627ba2a31bce13bd737950abb0c
-rw-r--r-- | doc/build/changelog/changelog_11.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst index 8ac241889..0dcc0dd8a 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 |