]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Repaired support for the :meth:`.BatchOperations.create_index`
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 27 Mar 2015 19:15:55 +0000 (15:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 27 Mar 2015 19:15:55 +0000 (15:15 -0400)
commit2af6e438c9558eeddbfe0d27d5690660f3b798cf
tree4c22fa6db2320b2985f0477dff3fb0b648198231
parentc3e39ec4bff3345dcc1daa1d678989b6fd690a3d
- Repaired support for the :meth:`.BatchOperations.create_index`
directive, which was mis-named internally such that the operation
within a batch context could not proceed.
fixes #287
alembic/batch.py
docs/build/changelog.rst
tests/test_batch.py