> > * Do use Unicode objects within the application. > > * Don't let SQLAlchemy take care of encoding. > > * Do let MySQLdb take care of encoding. > > * I filed a bug against MySQLdb.
On 12/12/06, Michael Bayer <[EMAIL PROTECTED]> wrote: > you mean, python "unicode" objects, not sqlalchemy.types.Unicode right > (since that would encode) Yes, of course. By the way, once the bug gets fixed in MySQLdb, I'd like to get back to SQLAlchemy taking care of the encoding. -jj -- http://jjinux.blogspot.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
