]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Fixed bug where the ``include_object()`` filter would not receive
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 30 Apr 2014 22:28:49 +0000 (18:28 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 30 Apr 2014 22:28:49 +0000 (18:28 -0400)
commitbc6971aa4abdafb7e1a1123c26a373cc25a34ca9
treeaa3c6c5568c9d99ab844985f0b72bacd257726a9
parent4e0b345af1f6d64e184a87fd3d03f5f73665afb6
- Fixed bug where the ``include_object()`` filter would not receive
the original :class:`.Column` object when evaluating a database-only
column to be dropped; the object would not include the parent
:class:`.Table` nor other aspects of the column that are important
for generating the "downgrade" case where the column is recreated.
fixes #200
alembic/autogenerate/compare.py
docs/build/changelog.rst
tests/test_autogenerate.py