Opened 8 years ago
Closed 8 years ago
#28411 closed Cleanup/optimization (fixed)
Use cx_Oracle.Cursor.outputtypehandler instead of _rowfactory().
| Reported by: | Mariusz Felisiak | Owned by: | Mariusz Felisiak |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | dev |
| 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 propose to use cx_Oracle.Cursor.outputtypehandler instead of the internal _rowfactory() method. It should also simplify FormatStylePlaceholderCursor.
Change History (4)
comment:1 by , 8 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 8 years ago
| Has patch: | set |
|---|
comment:3 by , 8 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
Note:
See TracTickets
for help on using tickets.
PR