]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
set native boolean to false on the dialect for the schematype tests
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 31 Aug 2017 02:32:50 +0000 (22:32 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 31 Aug 2017 02:34:47 +0000 (22:34 -0400)
commit8a6e65544637a29131c90a6f9e957b1de971f574
tree840b1b8d6de44bf4c4ed4c0eb5b9ca55912aab7e
parent7fb22863a80a5bad8c906e4655c502953cb3490c
set native boolean to false on the dialect for the schematype tests

mssql in 1.2 now does native boolean
by default which is not what this test looks for

Change-Id: I26a21195efaad3bcce6cc09fd98a6d3ce6e9a029
alembic/testing/assertions.py
alembic/testing/fixtures.py
tests/test_op.py