]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix test
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 Sep 2011 16:13:45 +0000 (12:13 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 Sep 2011 16:13:45 +0000 (12:13 -0400)
test/sql/test_compiler.py

index 17a3a6018b47e5519678935435fd9698411b07ca..4e086c8cda666302490f4522b09dc8e2e70f4bd2 100644 (file)
@@ -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)',