From: Mike Bayer Date: Fri, 13 Jul 2018 16:44:50 +0000 (-0400) Subject: Correct the bug number for :ticket:`4288`, which was erroneously X-Git-Tag: rel_1_3_0b1~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c44fc22a7e9a4ac69ed6ce9da5551eb2d7cc1a2;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Correct the bug number for :ticket:`4288`, which was erroneously given as :ticket:`4228`. Change-Id: I6525560c1bcf3f3d861d6254723f5facdba6adae Fixes: #4288 --- diff --git a/doc/build/changelog/changelog_12.rst b/doc/build/changelog/changelog_12.rst index 1dad90d215..bd70927a4d 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