From b4f1fbc70874256e3f78d8bcc597a3589d728b49 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 11 Mar 2010 22:38:15 -0500 Subject: [PATCH] think I came across a syntactical weirdism there --- test/sql/test_query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sql/test_query.py b/test/sql/test_query.py index 064cfb236b..a9915ab296 100644 --- a/test/sql/test_query.py +++ b/test/sql/test_query.py @@ -770,7 +770,7 @@ class QueryTest(TestBase): @testing.emits_warning('.*empty sequence.*') @testing.fails_on('firebird', "kinterbasdb doesn't send full type information") @testing.fails_if(lambda: - (testing.db.name, testing.db.driver == 'mssql', 'pyodbc') + (testing.db.name, testing.db.driver) == ('mssql', 'pyodbc') and not testing.db.dialect.freetds, "not supported by Windows ODBC driver") def test_bind_in(self): -- 2.47.3