summaryrefslogtreecommitdiff
path: root/test/sql/test_quote.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-02-11 11:24:54 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2011-02-11 11:24:54 -0500
commit33eae4a1405b1968ad486bfe3aefee7f7d631128 (patch)
tree326624218607f1f91ddcccdc61d83dec99251c15 /test/sql/test_quote.py
parent09efc11fbc95f8a47200dd102d304b90609e9408 (diff)
downloadsqlalchemy-33eae4a1405b1968ad486bfe3aefee7f7d631128.tar.gz
make it more explicit in tests which dialect we want to use for things
Diffstat (limited to 'test/sql/test_quote.py')
-rw-r--r--test/sql/test_quote.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/sql/test_quote.py b/test/sql/test_quote.py
index 2aa5086c6..50adad751 100644
--- a/test/sql/test_quote.py
+++ b/test/sql/test_quote.py
@@ -4,6 +4,8 @@ from sqlalchemy.sql import compiler
from test.lib import *
class QuoteTest(TestBase, AssertsCompiledSQL):
+ __dialect__ = 'default'
+
@classmethod
def setup_class(cls):
# TODO: figure out which databases/which identifiers allow special