Opened 7 years ago

Closed 7 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 Tim Graham, 7 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Mariusz Felisiak, 7 years ago

Has patch: set

comment:3 by Tim Graham, 7 years ago

Triage Stage: AcceptedReady for checkin

comment:4 by GitHub <noreply@…>, 7 years ago

Resolution: fixed
Status: assignedclosed

In e06cab2:

Fixed #28411 -- Used cx_Oracle.Cursor.outputtypehandler instead of _rowfactory() on Oracle.

Thanks Tim Graham for the review.

Note: See TracTickets for help on using tickets.
Back to Top