]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Implemented support for :meth:`.BatchOperations.create_primary_key`
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 3 Jul 2015 21:29:17 +0000 (17:29 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 3 Jul 2015 21:37:44 +0000 (17:37 -0400)
commita294f8cc3f2e5fc2cad048bc4ce27c57554e2688
tree335359e7a973aea5289b7597d27d1f87cf1dc822
parentad5390c0e344008014bcbc8edfe1050ce465ede2
- Implemented support for :meth:`.BatchOperations.create_primary_key`
and :meth:`.BatchOperations.create_check_constraint`.
fixes #305
- table keyword arguments are copied from the original reflected table,
such as the "mysql_engine" keyword argument.
alembic/ddl/postgresql.py
alembic/operations/batch.py
alembic/operations/ops.py
alembic/operations/schemaobj.py
alembic/testing/requirements.py
docs/build/changelog.rst
tests/requirements.py
tests/test_batch.py