]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
use default dialect here
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 29 May 2011 17:50:41 +0000 (13:50 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 29 May 2011 17:50:41 +0000 (13:50 -0400)
test/sql/test_selectable.py

index af11694dc3415d417ca3e85811d4813506230a30..ef87a68b9ec75f239e01a7b3a084b6fff6e6e94a 100644 (file)
@@ -28,6 +28,7 @@ table2 = Table('table2', metadata,
 
 
 class SelectableTest(fixtures.TestBase, AssertsExecutionResults, AssertsCompiledSQL):
+    __dialect__ = 'default'
 
     def test_indirect_correspondence_on_labels(self):
         # this test depends upon 'distance' to