From: steve f. <sfi...@pc...> - 2003-03-18 16:44:21
|
folks- elisabetta and i have discovered a suspicious line of code in UpdateGusFromXML: ##testing exitOnFailure... $self->getDb()->setExitOnSQLFailure(0); this will cause the plugin to continue processing the xml file even after one of the included transactions fails and rollsback. if somebody wants this behavior then this should be made into a command line option. otherwise, unless somebody can provide reaons otherwise, we are going to remove that line of code, forcing the parse of XML to die if there is a problem so that the user of the plugin will be aware of and correct the problem. steve |