On Wed, Sep 24, 2008 at 10:45 PM, jason kirtland <[EMAIL PROTECTED]>wrote:


> Adding ?charset=utf8&use_unicode=1 to your MySQL connection URL is a
> much easier way to get Unicode back from all DB access.
>

Ok,  that works. I thought that "create_engine(uri, encoding = "latin1",
convert_unicode = True) would do this.  I am guessing from this that the
create_engine arguments are NOT being passed along to the dbapi connector?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to