Changeset 18975 for trunk/ippTools/src/difftool.c
- Timestamp:
- Aug 8, 2008, 12:37:49 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/difftool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/difftool.c
r18679 r18975 519 519 520 520 psMetadata *where = psMetadataAlloc(); 521 PXOPT_COPY_S64(config->args, where, "-diff_id", "diff_id", "=="); 522 PXOPT_COPY_STR(config->args, where, "-skycell_id", "skycell_id", "=="); 523 PXOPT_COPY_STR(config->args, where, "-tess_id", "tess_id", "=="); 521 PXOPT_COPY_S64(config->args, where, "-diff_id", "diffSkyfile.diff_id", "=="); 522 PXOPT_COPY_STR(config->args, where, "-skycell_id", "diffSkyfile.skycell_id", "=="); 523 PXOPT_COPY_STR(config->args, where, "-tess_id", "diffSkyfile.tess_id", "=="); 524 PXOPT_COPY_STR(config->args, where, "-exp_id", "rawExp.exp_id", "=="); 524 525 525 526 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); … … 533 534 534 535 if (psListLength(where->list)) { 535 psString whereClause = psDBGenerateWhereConditionSQL(where, "diffSkyfile");536 psString whereClause = psDBGenerateWhereConditionSQL(where, NULL); 536 537 psStringAppend(&query, " AND %s", whereClause); 537 538 psFree(whereClause);
Note:
See TracChangeset
for help on using the changeset viewer.
