From e36e2281000a130d751b60ffdcbc8449f5d85e7e Mon Sep 17 00:00:00 2001 From: Tony Locke Date: Fri, 9 May 2014 22:30:13 +0100 Subject: [PATCH] pg8000 no longer truncates decimals We can now update the requirements to remove the special case of pg8000 truncating decimals. --- test/requirements.py | 2 -- 1 file changed, 2 deletions(-) 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.") ] -- 2.47.3