Lukasz Szybalski wrote: > Are these the same or are they different? If they are different what > is the argument set I can use?
I guess the difference is that "use_unicode" is an option that is evaluated by the mysqldb DBAPI adapter, while convert_unicode is an option that is evaluated by SQLAlchemy. So the latter must probably not be included in the URL, but needs to be passed as an additional parameter to create_engine. -- Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

