#28932 closed Bug (fixed)
DecimalFields truncates trailing zeros on Oracle.
Reported by: | Mariusz Felisiak | Owned by: | Sergey Fedoseev |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Normal | Keywords: | oracle decimal |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Oracle automatically removes trailing zeros from NUMBER
fields, we should probably restore decimal field converter on Oracle, removed in https://github.com/django/django/commit/7c1f3901bcdabb1340a621e7df9b24f3acd0d6f3.
Change History (3)
comment:1 by , 7 years ago
Has patch: | set |
---|---|
Owner: | changed from | to
Triage Stage: | Unreviewed → Accepted |
Note:
See TracTickets
for help on using tickets.
PR