Jonathan Vanasco wrote:
> as an example, in a system i have, no deletes are immediate, deletes  
> are just bool flags + a deletion queue entry / timestemp, that waits  
> for a month before actual deletion.
> so 95% of my selects on the public side include 'is_deleted= FALSE"

I tend to have things set up that way as well, so either the 
functionality you describe or an alternate way to accomplish the same 
thing could come in handy.  I'm also thinking about the situation where 
records have permissions/ACLs.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to