summaryrefslogtreecommitdiff
path: root/test/sql/test_compiler.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-09-24 12:13:45 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2011-09-24 12:13:45 -0400
commit3104da41399bc827bee8b67d83991802711c1683 (patch)
treef185c9d2ddc81839901bf037be0d0c1b0714bb0f /test/sql/test_compiler.py
parent705b48aed37173b812700e2eaa0122128e61b32b (diff)
downloadsqlalchemy-3104da41399bc827bee8b67d83991802711c1683.tar.gz
fix test
Diffstat (limited to 'test/sql/test_compiler.py')
-rw-r--r--test/sql/test_compiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sql/test_compiler.py b/test/sql/test_compiler.py
index 17a3a6018..4e086c8cd 100644
--- a/test/sql/test_compiler.py
+++ b/test/sql/test_compiler.py
@@ -2091,7 +2091,7 @@ class SelectTest(fixtures.TestBase, AssertsCompiledSQL):
# then the Oracle engine
check_results(oracle.dialect(), ['NUMERIC', 'NUMERIC(12, 9)',
- 'DATE', 'CLOB', 'VARCHAR(20 CHAR)'], ':param_1')
+ 'DATE', 'CLOB', 'VARCHAR2(20 CHAR)'], ':param_1')
# then the sqlite engine
check_results(sqlite.dialect(), ['NUMERIC', 'NUMERIC(12, 9)',