latin7 not valid alias for iso8859_13 (Python 2.5)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MySQL Connector/Python |
Fix Released
|
Low
|
Geert JM Vanderkelen |
Bug Description
=======
ERROR: lp:499362 Setting character set at connection fails
-------
Traceback (most recent call last):
File "python2/
res1 = c.fetchall()
File "python2/
row = self.fetchone()
File "python2/
return self._row_
File "python2/
"Failed converting row to Python types; %s" % e)
InterfaceError: Failed converting row to Python types; unknown encoding: latin7
=======
ERROR: test_charset (tests.test_bugs.Bug499410)
-------
Traceback (most recent call last):
File "python2/
res_unicode = c.fetchall()
File "python2/
row = self.fetchone()
File "python2/
return self._row_
File "python2/
"Failed converting row to Python types; %s" % e)
InterfaceError: Failed converting row to Python types; unknown encoding: latin7
Related branches
Changed in myconnpy: | |
status: | Fix Committed → Fix Released |
revno: 244
committer: Geert Vanderkelen <email address hidden>
branch nick: myconnpy-dev
timestamp: Sun 2010-05-23 12:34:51 +0200
message:
Fixes test case for Python 2.5: latin7 alias is unknown
o Python 2.5 does not have the latin7 alias. We changed the test cases using
latin7 to use something else, i.e. latin1 and greek.