On Apr 14, 2008, at 2:50 PM, Tim Lesher wrote:

>
>
> Is this a bug, or am I misusing the transactional session?
>

until SQLA 0.4.6 is released including a new option called  
"autosync=True", which we may combine against the other keyword  
options to just create a single value to set along the lines of  
"transaction_sync='full'", the Session usually needs to be cleared out  
(or at least expire_all() called) after a rollback() occurs.

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