]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- [bug] Added "type" argument to op.drop_constraint(),
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 1 May 2012 15:19:54 +0000 (11:19 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 1 May 2012 15:19:54 +0000 (11:19 -0400)
commit494ac8d84a4e827fcf7dc117b84ba76f442d60a2
tree57b5ae7a873ea5eab423aa0642dff3aa1c9d9f1b
parent7835a323a7e41558989afcb2eeaa73b968dd9e34
- [bug] Added "type" argument to op.drop_constraint(),
  and implemented full constraint drop support for
  MySQL.  CHECK and undefined raise an error.
  MySQL needs the constraint type
  in order to emit a DROP CONSTRAINT. #44
CHANGES
alembic/__init__.py
alembic/ddl/mysql.py
alembic/operations.py
tests/test_mysql.py