pg8000 no longer truncates decimals

We can now update the requirements to remove the special case of pg8000
truncating decimals.
This commit is contained in:
Tony Locke
2014-05-09 22:30:13 +01:00
parent dd9b7357fd
commit e36e228100
-2
View File
@@ -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.")
]