Hello friends!

I am sure there is a better term for this, I just don't know what it is.  I
would like for my database to have some type of removal field that would
effectively mark a row as deleted without deleting it.  I've seen ORMs that
do this before and I was wondering if DBIC did something or had support for
something like this.

To make myself more clear, I'd like either a binary flag or a date which
would probably be called deleted or date_deleted or is_deleted (feel free to
give input in this) and I'd like it not to show up in regular resultsets
unless I explicitly say I want to see the deleted rows.

Thoughts?

-- 
fREW Schmidt
http://blog.afoolishmanifesto.com
_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/[email protected]

Reply via email to