]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Skip for SQL Server on non-native boolean unconstrained
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 May 2018 23:57:01 +0000 (19:57 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 May 2018 23:57:01 +0000 (19:57 -0400)
commitd2bacad469c0b07cc707b563e37e835abcf96eb8
tree03b37e765e74bf6c01fa3287717f19d013f23ff7
parent5957c212a770baf27bf659c4daac73cf320db7a9
Skip for SQL Server on non-native boolean unconstrained

As SQL Server is now non-native boolean as of
I4765d2a2a00b0d14f50282603cc4d48d4739dac1 but uses the BIT
type, we need to constrain this test to continue to not
run against SQL Server.

Change-Id: I214faf2b788a0e8e10725622e3e71f3b70805533
test/requirements.py
test/sql/test_types.py