summaryrefslogtreecommitdiff
path: root/test/sql/query.py
diff options
context:
space:
mode:
authorJason Kirtland <jek@discorporate.us>2007-12-14 10:30:14 +0000
committerJason Kirtland <jek@discorporate.us>2007-12-14 10:30:14 +0000
commitf44a7f6ae95138382dc3ced777b2f84092d5ff88 (patch)
treecaee908827e46132753254a32ace4e47024d21f5 /test/sql/query.py
parent1694e3383862e10764731144480d69cab04b1bee (diff)
downloadsqlalchemy-f44a7f6ae95138382dc3ced777b2f84092d5ff88.tar.gz
correction...
Diffstat (limited to 'test/sql/query.py')
-rw-r--r--test/sql/query.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sql/query.py b/test/sql/query.py
index 56742794c..f1aba961d 100644
--- a/test/sql/query.py
+++ b/test/sql/query.py
@@ -264,7 +264,7 @@ class QueryTest(PersistTest):
r = users.select(offset=5, order_by=[users.c.user_id]).execute().fetchall()
self.assert_(r==[(6, 'ralph'), (7, 'fido')])
- @testing.exclude('mysql', '<', (5, 1, 0))
+ @testing.exclude('mysql', '<', (5, 0, 37))
def test_scalar_select(self):
"""test that scalar subqueries with labels get their type propigated to the result set."""
# mysql and/or mysqldb has a bug here, type isn't propagated for scalar