unicode operation doesn't work properly
Bug #573274 reported by
Eugeny Boger
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MySQL Connector/Python |
Fix Released
|
Critical
|
Geert JM Vanderkelen |
Bug Description
Seems like
operation.
in cursor.py
should be
operation = operation.
Related branches
Changed in myconnpy: | |
status: | New → Confirmed |
assignee: | nobody → Geert JM Vanderkelen (geertjmvdk) |
importance: | Undecided → Medium |
Changed in myconnpy: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
revno: 236
committer: Geert Vanderkelen <email address hidden>
branch nick: myconnpy-dev
timestamp: Sun 2010-05-16 13:27:39 +0200
message:
Fixes the operation not being encoded to character set
o Forgot to save the encoded operation resulting in encoding errors (for Py2x)
o Trapping Unicode exceptions and raising those back to the application as
ProgrammingError exceptions.