From: Gregory C. K. <gck...@cs...> - 2004-05-04 19:44:51
|
I was wondering if there's a canonical way to delete rows or objects from GUS. A simple "delete from table where..." would do it, but that can easily make orphans of any child objects and doesn't update Core::AlgorithmInvocation. Still, that seems to be what deleteEntries.pl does. GusRow.pm seems a little more sophisticated, since it can delete children and makes use of an object's markedDeleted attribute, but I'm not sure if that attribute is stored in the database or used anywhere else. Can I get any insight into how this works? Greg Kettler |