]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Set create_constraint=True for Enum / Boolean tests
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Jun 2020 23:37:25 +0000 (19:37 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Jun 2020 23:37:25 +0000 (19:37 -0400)
commit474088e9403fcfc444f114e3948aa77f6f262caf
treef9f10492277e67b3fbebff657840c37a968e60a4
parent9daaaf82e0895a54883609ea0777563929b2ae3b
Set create_constraint=True for Enum / Boolean tests

In SQLAlchemy [1] [2] we are changing the default
for Enum / Boolean create_constraint to False.  ensure
tests that rely upon this setting being True set
it explicitly.

[1] I0a3fb608ce32143fa757546cc17ba2013e93272a
[2] https://github.com/sqlalchemy/sqlalchemy/issues/5367

Change-Id: Ic823124446607c2f245663350632382bd1ca10ba
tests/test_batch.py
tests/test_op.py
tests/test_op_naming_convention.py