[Sqlalchemy-tickets] [sqlalchemy] #2911: rework of unicode conversion, re: "conditional" as well as
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2014-01-17 21:22:59
|
#2911: rework of unicode conversion, re: "conditional" as well as cx_oracle
-------------------------+------------------------------------
Reporter: zzzeek | Owner: zzzeek
Type: defect | Status: new
Priority: high | Milestone: 0.9.xx
Component: cextensions | Severity: major - 1-3 hours
Keywords: | Progress State: in progress
-------------------------+------------------------------------
working on removing the cx_oracle outputtype handler for "unicode" as it
adds overhead to the non-unicode use case. would like to only do unicode
conversion on oracle when unicode is requested; this requires speeding up
the "conditional" check.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2911>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|