#28138 closed Cleanup/optimization (fixed)
Use cursor output type handler on Oracle.
Description ¶
Cursor.numbersAsStrings
is used on Oracle backend to retrieve decimal values as strings and to avoid rounding errors. numbersAsStrings
is deprecated since cx_Oracle==5.3
and will be remove in the cx_Oracle==6.0
. We should use Cursor.outputtypehandler instead.
Change History (6)
comment:1 by , 8 years ago
Has patch: | set |
---|
comment:2 by , 8 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
PR