From: Tony Locke Date: Fri, 9 May 2014 21:30:13 +0000 (+0100) Subject: pg8000 no longer truncates decimals X-Git-Tag: rel_0_9_5~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e875ddf102f659252915f2017f758a1c3fbed633;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.") ]