From a53d4e2ab48a003a957ba374c65ea999dcd962e4 Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Sun, 9 Aug 2009 00:56:52 +0000 Subject: o oracle+zxjdbc type handling additions o avoid returning tests on oracle+zxjdbc for now --- lib/sqlalchemy/test/requires.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/sqlalchemy/test') diff --git a/lib/sqlalchemy/test/requires.py b/lib/sqlalchemy/test/requires.py index f3f4ec191..c1f8d3168 100644 --- a/lib/sqlalchemy/test/requires.py +++ b/lib/sqlalchemy/test/requires.py @@ -140,6 +140,7 @@ def returning(fn): no_support('maxdb', 'not supported by database'), no_support('sybase', 'not supported by database'), no_support('informix', 'not supported by database'), + no_support('oracle+zxjdbc', 'FIXME: tricky; currently broken'), ) def two_phase_transactions(fn): -- cgit v1.2.1