]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- A change in the ordering when columns and constraints are dropped;
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 21 Nov 2014 18:22:05 +0000 (13:22 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 21 Nov 2014 18:22:05 +0000 (13:22 -0500)
commit2cdff3d2bbe5bd526771a77299caa11e1a9fa783
tree6e943eae0022d38c6e154ade138ee1e77f28de70
parent22bc8c4f0eafbafd917caea044a02dfe2495bca7
- A change in the ordering when columns and constraints are dropped;
autogenerate will now place the "drop constraint" calls *before*
the "drop column" calls, so that columns involved in those constraints
still exist when the constraint is dropped.
fixes #247
alembic/autogenerate/compare.py
docs/build/changelog.rst
tests/test_autogenerate.py