On Apr 15, 2008, at 9:09 AM, Chugo wrote:

>
> Hello, I am setting the SQLAlchemy to work with meetings, but not the
> rollback, no mistake, it keeps the data bb.dd. As if there were no
> rollback in the code.

until SQLA 0.4.6 is released which will provide a new option to handle  
this automatically, after calling session.rollback() you need to call  
either session.expire_all(), session.clear(), or session.close().



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