diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-07-13 12:44:50 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-07-13 12:44:50 -0400 |
commit | 2c44fc22a7e9a4ac69ed6ce9da5551eb2d7cc1a2 (patch) | |
tree | 017684a8eb25205a4eba2b9edb75cc26997cfd1f | |
parent | 16cca68de872901d6b3c279a8d62d698e0068969 (diff) | |
download | sqlalchemy-2c44fc22a7e9a4ac69ed6ce9da5551eb2d7cc1a2.tar.gz |
Correct the bug number for :ticket:`4288`, which was erroneously
given as :ticket:`4228`.
Change-Id: I6525560c1bcf3f3d861d6254723f5facdba6adae
Fixes: #4288
-rw-r--r-- | doc/build/changelog/changelog_12.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_12.rst b/doc/build/changelog/changelog_12.rst index 1dad90d21..bd70927a4 100644 --- a/doc/build/changelog/changelog_12.rst +++ b/doc/build/changelog/changelog_12.rst @@ -33,7 +33,7 @@ .. change:: :tags: bug, mssql - :tickets: 4228 + :tickets: 4288 Fixed bug in MSSQL reflection where when two same-named tables in different schemas had same-named primary key constraints, foreign key constraints |