- Timestamp:
- Jul 30, 2010, 9:31:50 AM (16 years ago)
- Location:
- branches/eam_branches/ipp-20100621/ippTools/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
dettool_normalizedexp.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/ippTools/src
- Property svn:ignore
-
old new 39 39 warptool 40 40 staticskytool 41 41 bgtool 42 42 diffphottool
-
- Property svn:ignore
-
branches/eam_branches/ipp-20100621/ippTools/src/dettool_normalizedexp.c
r26981 r28794 222 222 PXOPT_COPY_S32(config->args, where, "-iteration", "iteration", "=="); 223 223 PXOPT_COPY_S16(config->args, where, "-fault", "fault", "=="); 224 225 if (!psListLength(where->list) && !psMetadataLookupBool(NULL, config->args, "-all-run")) { 226 psFree(where); 227 psError(PXTOOLS_ERR_CONFIG, false, "search parameters are required"); 228 return false; 229 } 224 230 225 231 psString query = pxDataGet("dettool_revertnormalizedexp.sql"); … … 242 248 } 243 249 psFree(query); 244 245 if (psDBAffectedRows(config->dbh) < 1) {246 psError(PS_ERR_UNKNOWN, false, "should have affected atleast 1 row");247 return false;248 }249 250 250 251 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
