]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
implement table comments for batch
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 27 Apr 2021 16:08:28 +0000 (12:08 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 27 Apr 2021 16:08:28 +0000 (12:08 -0400)
commit2681185c17be75dd2749c4439f0e9072c8820acd
tree3d6a895ea10001a321679f2f6fe233384e8a98d8
parent58a170a6c6bfa5d0460c038d63b66d74a5a2c830
implement table comments for batch

Added missing ``batch_op.create_table_comment()``,
``batch_op.drop_table_comment()`` directives to batch ops.

Change-Id: Ia7779619d150a2fe26abb8a8cc89d147a8432f8c
Fixes: #799
alembic/operations/batch.py
alembic/operations/ops.py
docs/build/unreleased/799.rst [new file with mode: 0644]
tests/test_batch.py