[sqlalchemy] Re: Problem using utf-8

2008-09-18 Thread Jürgen Hauptmann
Thank you. Switching to 1.2.2 and using connect_args = {'use_unicode': False,'charset': 'utf8'} works fine for me. Jürgen Michael Bayer schrieb: I believe this is the ticket: http://sourceforge.net/tracker/index.php?func=detailaid=1592353group_id=22307atid=374932 its a little ambiguous as

[sqlalchemy] Re: Problem using utf-8

2008-09-18 Thread Bo Shi
Switching to 1.2.2 and using connect_args = {'use_unicode': False,'charset': 'utf8'} works fine for me. Hi Jürgen, I'm curious; if you upgraded to 1.2.2, does the issue persist if you stop using connect_args = {'use_unicode': False,'charset': 'utf8'}? Bo On Thu, Sep 18, 2008 at 3:07 AM,

[sqlalchemy] Re: Problem using utf-8

2008-09-17 Thread Bo Shi
I ran into a similar issue using MySQL-python-1.2.1_p2-1 (mysqldb) with SA 0.4.2p3-1. http://www.mail-archive.com/sqlalchemy@googlegroups.com/msg00373.html might shed some more light on this issue which might be a double encoding problem? Here is the subset of relevant keyword arguments we use

[sqlalchemy] Re: Problem using utf-8

2008-09-17 Thread Michael Bayer
On Sep 17, 2008, at 10:50 AM, Bo Shi wrote: I ran into a similar issue using MySQL-python-1.2.1_p2-1 (mysqldb) with SA 0.4.2p3-1. I would advise upgrading to MySQL-python 1.2.2. I believe some utf-8 issues have been fixed. --~--~-~--~~~---~--~~ You