Changeset 19003 for branches/eam_branch_20080719/ippTools/src/stacktool.c
- Timestamp:
- Aug 10, 2008, 10:32:59 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080719/ippTools/src/stacktool.c
r18923 r19003 358 358 if (!stackRunPrintObjects(stdout, list, !simple)) { 359 359 psError(PS_ERR_UNKNOWN, false, "failed to print object"); 360 return false;361 }362 360 psFree(list); 361 return false; 362 } 363 363 psFree(list); 364 365 364 return true; 366 365 } … … 714 713 715 714 psMetadata *where = psMetadataAlloc(); 716 PXOPT_COPY_S64(config->args, where, "-warp_id", "warp_id", "=="); 717 PXOPT_COPY_S64(config->args, where, "-stack_id", "stack_id", "=="); 715 PXOPT_COPY_S64(config->args, where, "-warp_id", "warpRun.warp_id", "=="); 716 PXOPT_COPY_S64(config->args, where, "-stack_id", "stackSumSkyfile.stack_id", "=="); 717 PXOPT_COPY_S64(config->args, where, "-exp_id", "rawExp.exp_id", "=="); 718 PXOPT_COPY_STR(config->args, where, "-exp_name", "rawExp.exp_name", "=="); 718 719 719 720 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); … … 727 728 728 729 if (psListLength(where->list)) { 729 psString whereClause = psDBGenerateWhereConditionSQL(where, "stackSumSkyfile");730 psString whereClause = psDBGenerateWhereConditionSQL(where, NULL); 730 731 psStringAppend(&query, " AND %s", whereClause); 731 732 psFree(whereClause);
Note:
See TracChangeset
for help on using the changeset viewer.
