]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
correction...
authorJason Kirtland <jek@discorporate.us>
Fri, 14 Dec 2007 10:30:14 +0000 (10:30 +0000)
committerJason Kirtland <jek@discorporate.us>
Fri, 14 Dec 2007 10:30:14 +0000 (10:30 +0000)
test/sql/query.py

index 56742794c95a79ae8e70ba7b886e80e1c5eaa74c..f1aba961d2439075e0e3d54ee6beb09785e35bde 100644 (file)
@@ -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