Is there a nice way to find out if an object has been deleted?
Ofcourse I could set a deleted = False on every mapped object and
subclass sqlalchemy's session object to set it to true when a delete()
is called on an object. But isn't there a less complicated way?

Koen


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