]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
small change
authorPhilip Jenvey <pjenvey@underboss.org>
Thu, 16 Jul 2009 01:15:31 +0000 (01:15 +0000)
committerPhilip Jenvey <pjenvey@underboss.org>
Thu, 16 Jul 2009 01:15:31 +0000 (01:15 +0000)
lib/sqlalchemy/test/requires.py

index b4d5bc0060a8796de8d627479fef8fe8ef06c6db..5da8277948f0f9d003e6024027cab0b06ac6d248 100644 (file)
@@ -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'),
         )