mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-30 04:24:38 -04:00
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:
@@ -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.")
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user