From: Mike Bayer Date: Sat, 22 Mar 2014 20:36:06 +0000 (-0400) Subject: changelog to fix #2988 X-Git-Tag: rel_0_9_4~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c464960fddf0c3d2db3acff9f772b057e32bcf67;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog to fix #2988 --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 6c42c7efab..25ee9b9ede 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -14,6 +14,16 @@ .. changelog:: :version: 0.9.4 + .. change:: + :tags: bug, sql + :tickets: 2988 + :pullreq: github:78 + + Fixed an 0.9 regression where a :class:`.Table` that failed to + reflect correctly wouldn't be removed from the parent + :class:`.MetaData`, even though in an invalid state. Pullreq + courtesy Roman Podoliaka. + .. change:: :tags: bug, engine