Re: [Sqlalchemy-tickets] [sqlalchemy] #2906: Unicode/UnicodeText return str instead of unicode on M
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2014-01-10 19:33:48
|
#2906: Unicode/UnicodeText return str instead of unicode on MySQL-Python 1.2.3
----------------------------------+------------------------------------
Reporter: stevejohnson | Owner:
Type: defect | Status: new
Priority: medium | Milestone:
Component: mysql | Severity: no triage selected yet
Resolution: | Keywords:
Progress State: awaiting triage |
----------------------------------+------------------------------------
Comment (by zzzeek):
OK can you see why that's weird? thats the raw MySQL cursor, on 1.2.3,
giving you "unicode". Can you track down what is specifically making it
not return "unicode" for this one column in your test script? turning on
echo='debug' in create_engine() will show you the data coming back.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2906#comment:3>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|