]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Liberalized even more the check for MySQL indexes that shouldn't be
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 5 Jun 2014 20:22:14 +0000 (16:22 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 5 Jun 2014 20:22:14 +0000 (16:22 -0400)
commit1f4d8c61033685d90c344c96222e2f8249ca68e8
tree527f060c7b23227d157fbcafb5b6d5af1910bcd6
parent0a93da93d011118d9446e0ef7b4d5d80e550adfb
- Liberalized even more the check for MySQL indexes that shouldn't be
counted in autogenerate as "drops"; this time it's been reported
that an implicitly created index might be named the same as a composite
foreign key constraint, and not the actual columns, so we now skip those
when detected as well. fixes #208
alembic/ddl/mysql.py
docs/build/changelog.rst
tests/__init__.py
tests/test_autogen_indexes.py