]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- ensure DropIndex and other ops return the full object it received
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 17 Jul 2015 17:18:47 +0000 (13:18 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 17 Jul 2015 17:18:47 +0000 (13:18 -0400)
commit9bb3e79bb3cdb715c1adbc753e2aa09cb83def3e
treee8340f4d57a7d24f0d156d45acf6e7c62b1255a7
parentf7a7fdd7aa051b14477b79204548252156d587cf
- ensure DropIndex and other ops return the full object it received
from autogenerate; in the immediate sense this should help with
modelsmigrationsync tests
alembic/operations/ops.py
tests/test_op.py