summaryrefslogtreecommitdiff
path: root/test/sql/test_query.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-03-11 22:38:15 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2010-03-11 22:38:15 -0500
commitb4f1fbc70874256e3f78d8bcc597a3589d728b49 (patch)
treef97015decb2f434fef8adbee5a067a1f4c5a60e3 /test/sql/test_query.py
parent6e14027620b5e294a78caf91a3da69fe1f1dd458 (diff)
downloadsqlalchemy-b4f1fbc70874256e3f78d8bcc597a3589d728b49.tar.gz
think I came across a syntactical weirdism there
Diffstat (limited to 'test/sql/test_query.py')
-rw-r--r--test/sql/test_query.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sql/test_query.py b/test/sql/test_query.py
index 064cfb236..a9915ab29 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):