]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
differentiate CreateTableOp from model vs. op.create_table()
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 24 May 2021 20:14:30 +0000 (16:14 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 24 May 2021 20:22:32 +0000 (16:22 -0400)
commit19e1f6c1a72be95d0962065c781aed970d1d50ae
tree6ee7fd30d23a03289feadf553f8b0a498b856dfa
parentffc690416ccbe8c551b14308694d2497e12e0185
differentiate CreateTableOp from model vs. op.create_table()

Fixed regression caused by just fixed :ticket:`844` that scaled back the
filter for ``unique=True/index=True`` too far such that these directives no
longer worked for the ``op.create_table()`` op, this has been fixed.

Change-Id: Idbed889ef4fbb7b3a944d3f4631f1cae53030316
Fixes: #848
alembic/operations/ops.py
docs/build/unreleased/848.rst [new file with mode: 0644]
tests/test_op.py