summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/test
diff options
context:
space:
mode:
authorPhilip Jenvey <pjenvey@underboss.org>2009-08-09 00:56:52 +0000
committerPhilip Jenvey <pjenvey@underboss.org>2009-08-09 00:56:52 +0000
commita53d4e2ab48a003a957ba374c65ea999dcd962e4 (patch)
tree5fe59c06d9895a81a7682262ec4e02112ba8194d /lib/sqlalchemy/test
parentf0b848c86f62ab457fc3e2aba3d161d4334d861d (diff)
downloadsqlalchemy-a53d4e2ab48a003a957ba374c65ea999dcd962e4.tar.gz
o oracle+zxjdbc type handling additions
o avoid returning tests on oracle+zxjdbc for now
Diffstat (limited to 'lib/sqlalchemy/test')
-rw-r--r--lib/sqlalchemy/test/requires.py1
1 files changed, 1 insertions, 0 deletions
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):