From: Tony Locke Date: Sun, 11 May 2014 16:52:53 +0000 (+0100) Subject: pg8000 now passes test_extract() test X-Git-Tag: rel_1_0_0b1~404^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc4e113cf1ee0c1c4ca636df146aaee8522c92d5;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git pg8000 now passes test_extract() test --- diff --git a/test/dialect/postgresql/test_dialect.py b/test/dialect/postgresql/test_dialect.py index e4b2477133..e0d3e6f9e8 100644 --- a/test/dialect/postgresql/test_dialect.py +++ b/test/dialect/postgresql/test_dialect.py @@ -124,7 +124,6 @@ class MiscTest(fixtures.TestBase, AssertsExecutionResults, AssertsCompiledSQL): @testing.fails_on('+zxjdbc', "Can't infer the SQL type to use for an instance " "of org.python.core.PyObjectDerived.") - @testing.fails_on('+pg8000', "Can't determine correct type.") def test_extract(self): fivedaysago = datetime.datetime.now() \ - datetime.timedelta(days=5)