[sqlalchemy] Re: utf8 encoding issue in MySQL

2009-01-16 Thread KevinTran
Thanks you. It worked. On Jan 15, 1:58 pm, Michael Bayer wrote: > I think this is configurable on the MySQL server directly, i.e.   > default charset, otherwise you can set it via **{'mysql_DEFAULT   > CHARSET':'utf8'} in your Table def. > > On Jan 15, 2009, at 3:17 PM, KevinTran wrote: > > > >

[sqlalchemy] Re: utf8 encoding issue in MySQL

2009-01-15 Thread Michael Bayer
I think this is configurable on the MySQL server directly, i.e. default charset, otherwise you can set it via **{'mysql_DEFAULT CHARSET':'utf8'} in your Table def. On Jan 15, 2009, at 3:17 PM, KevinTran wrote: > > I have the table definition below: > > urls = Table('url', meta, >Column(