From: Philip Jenvey Date: Thu, 16 Jul 2009 01:15:31 +0000 (+0000) Subject: small change X-Git-Tag: rel_0_6_6~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86446c007662f9131d21c6f70f01f884a49b3063;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git small change --- diff --git a/lib/sqlalchemy/test/requires.py b/lib/sqlalchemy/test/requires.py index b4d5bc0060..5da8277948 100644 --- a/lib/sqlalchemy/test/requires.py +++ b/lib/sqlalchemy/test/requires.py @@ -142,7 +142,7 @@ def two_phase_transactions(fn): no_support('oracle', 'no SA implementation'), no_support('sqlite', 'not supported by database'), no_support('sybase', 'FIXME: guessing, needs confirmation'), - no_support('postgresql+zxjdbc', "FIXME: JDBC driver confuses the transaction state, may " + no_support('postgresql+zxjdbc', 'FIXME: JDBC driver confuses the transaction state, may ' 'need separate XA implementation'), exclude('mysql', '<', (5, 0, 3), 'not supported by database'), )