then its likely a threading issue.  not sure what your setup is but  
you should make sure that the session is used in only a single  
thread, typically via using a thread local variable (or using  
SessionContext which provides this service).


On Jan 24, 2007, at 8:28 AM, Jose Soares wrote:

>
> Michael Bayer ha scritto:
>> not sure about that, i thought maybe the multiple flush()es are
>> breaking something but I just added a test case and it doesnt
>> reproduce.  make sure youre on the most recent versions since that  
>> was
>> broken a few versions back...
>>
>>
> This error happens some times, not every time.
> my versione is SQLAlchemy-0.3.0
>
> jo
>
>
>
> >


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