Opened 11 years ago
Closed 11 years ago
#24033 closed Cleanup/optimization (fixed)
Reimplement Interval type on Oracle
| Reported by: | Shai Berger | Owned by: | Marc Tamlyn |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | dev |
| Severity: | Release blocker | Keywords: | oracle interval |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | yes |
| Easy pickings: | no | UI/UX: | no |
Description
This is essentially a spin-off from #2443: The Interval type was implemented for Oracle, but it is using the default implementation of a bigint counting microseconds, instead of Oracle's built-in Interval type. We need to use the Interval type, and do so before a version with intervals is released, because changing the field type later will be very hard.
The ticket is marked as a blocker and accepted following an IRC discussion with mjtamlyn.
Change History (3)
comment:1 by , 11 years ago
| Has patch: | set |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
| Triage Stage: | Accepted → Ready for checkin |
comment:2 by , 11 years ago
| Patch needs improvement: | set |
|---|---|
| Triage Stage: | Ready for checkin → Accepted |
comment:3 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Almost perfect; I commented on the PR.