summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Locke <tlocke@tlocke.org.uk>2014-05-09 22:30:13 +0100
committerTony Locke <tlocke@tlocke.org.uk>2014-05-21 19:17:41 +0100
commite36e2281000a130d751b60ffdcbc8449f5d85e7e (patch)
treedd71b0f21476c8eb51c95b47d7255cbada3cf131
parentdd9b7357fd64eb0b0dd7337ef7d36574e12b7f02 (diff)
downloadsqlalchemy-e36e2281000a130d751b60ffdcbc8449f5d85e7e.tar.gz
pg8000 no longer truncates decimals
We can now update the requirements to remove the special case of pg8000 truncating decimals.
-rw-r--r--test/requirements.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/requirements.py b/test/requirements.py
index d6b1d3969..8576f2e71 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.")
]