#27822 closed Cleanup/optimization (fixed)
Audit Oracle's DatabaseIntrospection.data_types_reverse
| Reported by: | Tim Graham | Owned by: | Mariusz Felisiak |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Mariusz Felisiak | Triage Stage: | Accepted |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Some try/except catching for cx_Oracle.NATIVE_FLOAT and cx_Oracle.UNICODE is likely no longer needed (I suspect this was for older cx_Oracle support) and UNICODE usage might be replaced with other non-deprecated types as described in the 5.2 release notes.
Change History (4)
comment:1 by , 9 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 9 years ago
| Has patch: | set |
|---|
Note:
See TracTickets
for help on using tickets.
PR