]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Repaired issue related to the fix for #208 and others; a composite
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Nov 2014 15:34:58 +0000 (10:34 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Nov 2014 15:34:58 +0000 (10:34 -0500)
commitb16bdf8789cc3f16fd6a5a94288ba204646bbc23
tree4aaad36f12944318e70e63a7198a2ded7c66efb0
parent9650ccfb6841de45efdedb40de5b5f9d3d2f4582
- Repaired issue related to the fix for #208 and others; a composite
foreign key reported by MySQL would cause a KeyError as Alembic
attempted to remove MySQL's implicitly generated indexes from the
autogenerate list.
fixes #240
alembic/ddl/mysql.py
docs/build/changelog.rst
tests/test_autogen_indexes.py