mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-01 05:18:44 -04:00
changelog to fix #2988
This commit is contained in:
Vendored
+10
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user