#28138 closed Cleanup/optimization (fixed)
Use cursor output type handler on Oracle.
Reported by: | Mariusz Felisiak | Owned by: | Mariusz Felisiak |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Normal | Keywords: | Oracle cx_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
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