On Feb 2, 2007, at 2:49 AM, Andrew Stromnov wrote:

>
> "cities = cities.select(limit=1).execute().fetchall()" works well with
> this configuration, but leads to error in "nregion =
> places.select(places.c.name == iv2).execute()"
>
> if "nregion = places.select(places.c.name == iv2).execute()" used
> first, then string conversion error appear at "cities =
> cities.select(limit=1).execute().fetchall()"
>
> Probably, MySQL charset setting is library-wide, but not connection-
> wide.
>

are you saying that executing a particular statement is changing some  
state on the local connection ?



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to