]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog to fix #2988
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 22 Mar 2014 20:36:06 +0000 (16:36 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 22 Mar 2014 20:36:06 +0000 (16:36 -0400)
doc/build/changelog/changelog_09.rst

index 6c42c7efab0d22d5e2d18fc81e9f415f5800b929..25ee9b9ede72333a6248437c45947be8235fdae4 100644 (file)
 .. 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