]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Implement native boolean check constraint flag in test suite
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 18 May 2018 15:11:49 +0000 (11:11 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 18 May 2018 15:11:49 +0000 (11:11 -0400)
commit0f87fecbf4848d65fb66bfbf8fceb3e1e63ac3ae
tree250a0f6967d3dc10b75f8475aecfdd506992f078
parent3657c79ac00bf4e3804de303f6718f36f3db0e32
Implement native boolean check constraint flag in test suite

This is based on
https://github.com/zzzeek/sqlalchemy/commit/d2bacad469c0b07cc707b563e37e835abcf96eb8
which adds further specificity to SQL Server's boolean behaviors,
the test suite here expects a CHECK constraint to be rendered.

Change-Id: I2cce018135f292c7eeddcdbc724668ee9d9c9c48
alembic/testing/fixtures.py