]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix sqlite test
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Feb 2011 05:24:38 +0000 (00:24 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Feb 2011 05:24:38 +0000 (00:24 -0500)
test/dialect/test_sqlite.py

index 6b84c57edd333fdc500218b1e054169202949d50..e802f3995ccfaf07c05ad693477771e0c132c445 100644 (file)
@@ -580,7 +580,7 @@ class MatchTest(TestBase, AssertsCompiledSQL):
 
     def test_expression(self):
         self.assert_compile(matchtable.c.title.match('somstr'),
-                            'matchtable.title MATCH ?')
+                            'matchtable.title MATCH ?', dialect=sqlite.dialect())
 
     def test_simple_match(self):
         results = \