diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-11-24 23:26:47 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-11-24 23:26:47 +0000 |
commit | a358868d64891110a082757b6cd2301702a21e83 (patch) | |
tree | 2fed9c5595919d491fd0ca69a572ca37f4e905ee /test/dialect/test_postgresql.py | |
parent | 976b9223aedc8b347a0356f33c483f0828291cd1 (diff) | |
download | sqlalchemy-a358868d64891110a082757b6cd2301702a21e83.tar.gz |
typo
Diffstat (limited to 'test/dialect/test_postgresql.py')
-rw-r--r-- | test/dialect/test_postgresql.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dialect/test_postgresql.py b/test/dialect/test_postgresql.py index 316e2be9b..39771bbe9 100644 --- a/test/dialect/test_postgresql.py +++ b/test/dialect/test_postgresql.py @@ -944,7 +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.") + @testing.fails_on('+zxjdbc', "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 ( |