right, except that when you say statement1.execute() and then  
statement2.execute(), its very likely that those two statements are  
using distinct connections from the connection pool.  also, SA is not  
issuing any kind of charset anything on a connection so it would not  
be within SA's jurisdiction even if this was the case.


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

>
> On 2/2/07, Michael Bayer <[EMAIL PROTECTED]> wrote:
>>
>> are you saying that executing a particular statement is changing some
>> state on the local connection ?
>
> Not exactly what I had in mind. Execution of first appeared statement
> assigns (underlying ?) charset for all following queries for all
> connections (in current program scope).
>
> >


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