diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-03-22 16:36:06 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-03-22 16:36:06 -0400 |
commit | c464960fddf0c3d2db3acff9f772b057e32bcf67 (patch) | |
tree | ab26a84aad5e3a30658f94b89605ec7a4fa467ba | |
parent | 8459c27273ecf7a85e4b395f3a84cc2444a7db12 (diff) | |
download | sqlalchemy-c464960fddf0c3d2db3acff9f772b057e32bcf67.tar.gz |
changelog to fix #2988
-rw-r--r-- | doc/build/changelog/changelog_09.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 6c42c7efa..25ee9b9ed 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -15,6 +15,16 @@ :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 The :meth:`.ConnectionEvents.after_cursor_execute` event is now |