]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Small adjustment made to the batch handling for reflected CHECK
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 1 Jun 2016 22:07:40 +0000 (18:07 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 1 Jun 2016 22:07:40 +0000 (18:07 -0400)
commit6c89f75ee659265706e3a10ec73457b65900c7b2
tree12aace7b0dd5866de9b585b51d823ca12dbe4db3
parent393741f397001364bb9945e2c3321576d553322c
- Small adjustment made to the batch handling for reflected CHECK
constraints to accommodate for SQLAlchemy 1.1 now reflecting these.
Batch mode still does not support CHECK constraints from the reflected
table as these can't be easily differentiated from the ones created
by types such as Boolean.
alembic/operations/batch.py
docs/build/changelog.rst
tests/test_batch.py