[sqlalchemy] Can't make SQLAlchemy return unicode in results of raw SQLs

2011-06-21 Thread Adam Bielański
Hello. I'm using Python 2.6, SQLAlchemy 0.7.1, MySQL 5.5 and MySQLdb 1.2.3. I'm creating engine with following connect string: mysql+mysqldb://localhost/test_1?charset=utf8sql_mode=STRICT_ALL_TABLES' and convert_unicode parameter set to True. Now when I call connection.execute(sql) I'm

Re: [sqlalchemy] Can't make SQLAlchemy return unicode in results of raw SQLs

2011-06-21 Thread Michael Bayer
On Jun 21, 2011, at 6:07 AM, Adam Bielański wrote: Hello. I'm using Python 2.6, SQLAlchemy 0.7.1, MySQL 5.5 and MySQLdb 1.2.3. I'm creating engine with following connect string: mysql+mysqldb://localhost/test_1?charset=utf8sql_mode=STRICT_ALL_TABLES' and convert_unicode parameter set