]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
a few oracle test failures
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 28 Dec 2013 23:24:43 +0000 (18:24 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 28 Dec 2013 23:24:43 +0000 (18:24 -0500)
test/sql/test_types.py

index 3feb5b5a53d496edfce8f503f464fa28efd3b133..41095698c52ed9f23000591161cdc6f0a979d5a4 100644 (file)
@@ -542,6 +542,9 @@ class TypeCoerceCastTest(fixtures.TablesTest):
             [('BIND_INd1BIND_OUT', )]
         )
 
+    @testing.fails_on("oracle",
+                "ORA-00906: missing left parenthesis - "
+                "seems to be CAST(:param AS type)")
     def test_coerce_from_nulltype_cast(self):
         self._test_coerce_from_nulltype(cast)
 
@@ -685,6 +688,9 @@ class TypeCoerceCastTest(fixtures.TablesTest):
             [('BIND_INd1', 'BIND_INd1BIND_OUT')]
         )
 
+    @testing.fails_on("oracle",
+                "ORA-00906: missing left parenthesis - "
+                "seems to be CAST(:param AS type)")
     def test_cast_existing_typed(self):
         MyType = self.MyType
         coerce_fn = cast