diff options
Diffstat (limited to 'test/sql/test_quote.py')
| -rw-r--r-- | test/sql/test_quote.py | 2 |
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 |
