]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
pg8000 no longer truncates decimals
authorTony Locke <tlocke@tlocke.org.uk>
Fri, 9 May 2014 21:30:13 +0000 (22:30 +0100)
committerTony Locke <tlocke@tlocke.org.uk>
Wed, 21 May 2014 18:17:41 +0000 (19:17 +0100)
We can now update the requirements to remove the special case of pg8000
truncating decimals.

test/requirements.py

index d6b1d3969ecc7ce5be7d589f43cdc650fde7b090..8576f2e718bcf432245a9480b61298f3e75ea5a8 100644 (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.")
                 ]