From: Tony Locke Date: Fri, 9 May 2014 21:30:13 +0000 (+0100) Subject: pg8000 no longer truncates decimals X-Git-Tag: rel_1_0_0b1~404^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e36e2281000a130d751b60ffdcbc8449f5d85e7e;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git pg8000 no longer truncates decimals We can now update the requirements to remove the special case of pg8000 truncating decimals. --- diff --git a/test/requirements.py b/test/requirements.py index d6b1d3969e..8576f2e718 100644 --- a/test/requirements.py +++ b/test/requirements.py @@ -578,8 +578,6 @@ class DefaultRequirements(SuiteRequirements): ('oracle', None, None, "this may be a bug due to the difficulty in handling " "oracle precision numerics"), - ('postgresql+pg8000', None, None, - "pg-8000 does native decimal but truncates the decimals."), ("firebird", None, None, "database and/or driver truncates decimal places.") ]