]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- remove add_constraint, this is not the current philosophy of the op package
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Nov 2011 18:07:40 +0000 (13:07 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Nov 2011 18:07:40 +0000 (13:07 -0500)
commit2c05c7e0de90eaea23cd7e34b4405c2915a25171
tree04a90fc89bca75c05a3035916051da8e37bcc455
parentb5facd3a575afd1c2f99c8efcf888a077804c300
- remove add_constraint, this is not the current philosophy of the op package
- document most op methods
- add support for create_index, drop_index
- remove needless arguments from drop_table
- propagate arguemnts to UniqueConstraint
alembic/context.py
alembic/ddl/impl.py
alembic/op.py
docs/build/ops.rst
tests/test_op.py