we dont "rollback" the attributes of objects nor do we automatically
expunge() them.  its impossible for SA to "rollback" in-memory objects
without great danger of stepping on other program state that the user
doesn't want affected.    the "rollback" that is performed by
SessionTransaction is a "ROLLBACK" issued to all database connections
that have been gathered up into the transaction, and thats it.  any
other clear()/expunge() operations are up to the user.


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