Opened 8 years ago
Closed 8 years ago
#27615 closed Cleanup/optimization (fixed)
Use native interval type on Oracle
Reported by: | Tim Graham | Owned by: | Mariusz Felisiak |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 1.10 |
Severity: | Normal | Keywords: | oracle |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I think we can remove the driver_supports_timedeltas
database feature now that the issue it's working around is fixed in cx_oracle. See #24033 and the commit: 5ca82e710e2f92b8c5114492205c8764918407d3.
Attachments (1)
Change History (6)
by , 8 years ago
Attachment: | 27615.diff added |
---|
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 8 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
(pending #27649 to bump the minimum version of cx_Oracle)
Note:
See TracTickets
for help on using tickets.
Attached is what I thought a patch might look like but
runtests.py expressions
gives some "ORA-01867: the interval is invalid" errors, so I'll leave this to someone interested in Oracle.