summaryrefslogtreecommitdiff
path: root/test/dialect/test_postgresql.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2009-11-24 22:56:59 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2009-11-24 22:56:59 +0000
commit976b9223aedc8b347a0356f33c483f0828291cd1 (patch)
tree7ae553fb29dddd1e02437c41882f3d87ad1e8c9d /test/dialect/test_postgresql.py
parent95e349a5dc2ae88e12845d0fff686069ef547fc7 (diff)
downloadsqlalchemy-976b9223aedc8b347a0356f33c483f0828291cd1.tar.gz
test fails on zxjdbc
Diffstat (limited to 'test/dialect/test_postgresql.py')
-rw-r--r--test/dialect/test_postgresql.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dialect/test_postgresql.py b/test/dialect/test_postgresql.py
index 2a2322441..316e2be9b 100644
--- a/test/dialect/test_postgresql.py
+++ b/test/dialect/test_postgresql.py
@@ -944,6 +944,7 @@ class MiscTest(TestBase, AssertsExecutionResults, AssertsCompiledSQL):
finally:
meta1.drop_all()
+ @testing.fails_on('+zxdbc', "Can't infer the SQL type to use for an instance of org.python.core.PyObjectDerived.")
def test_extract(self):
fivedaysago = datetime.datetime.now() - datetime.timedelta(days=5)
for field, exp in (