Changeset 29172
- Timestamp:
- Sep 17, 2010, 2:48:02 PM (16 years ago)
- Location:
- trunk/ippTools
- Files:
-
- 3 edited
-
share/difftool_listrun.sql (modified) (2 diffs)
-
src/difftool.c (modified) (1 diff)
-
src/difftoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/difftool_listrun.sql
r29135 r29172 25 25 rawInput.exp_name AS exp_name_1, 26 26 rawInput.exp_id AS exp_id_1, 27 rawInput.comment AS comment_1, 28 rawInput.dateobs AS dateobs_1, 27 29 chipInput.chip_id AS chip_id_1, 28 30 camInput.cam_id AS cam_id_1, … … 32 34 rawTemplate.exp_name AS exp_name_2, 33 35 rawTemplate.exp_id AS exp_id_2, 36 rawTemplate.comment AS comment_2, 37 rawTemplate.dateobs AS dateobs_2, 34 38 chipTemplate.chip_id AS chip_id_2, 35 39 camTemplate.cam_id AS cam_id_2, -
trunk/ippTools/src/difftool.c
r29169 r29172 2867 2867 2868 2868 psMetadata *where = psMetadataAlloc(); 2869 PXOPT_COPY_S64(config->args, where, "-diff_id", "diffRun.diff_id", "=="); 2870 PXOPT_COPY_STR(config->args, where, "-tess_id", "diffRun.tess_id", "=="); 2871 PXOPT_COPY_S64(config->args, where, "-magicked", "diffRun.magicked", "=="); 2872 pxAddLabelSearchArgs (config, where, "-label", "diffRun.label", "LIKE"); 2869 PXOPT_COPY_S64(config->args, where, "-diff_id", "diffRun.diff_id", "=="); 2870 PXOPT_COPY_STR(config->args, where, "-tess_id", "diffRun.tess_id", "=="); 2871 PXOPT_COPY_S64(config->args, where, "-magicked", "diffRun.magicked", "=="); 2872 PXOPT_COPY_STR(config->args, where, "-state", "diffRun.state", "=="); 2873 pxAddLabelSearchArgs (config, where, "-label", "diffRun.label", "LIKE"); 2873 2874 pxAddLabelSearchArgs (config, where, "-data_group", "diffRun.data_group", "LIKE"); 2874 2875 pxAddLabelSearchArgs (config, where, "-dist_group", "diffRun.dist_group", "LIKE"); -
trunk/ippTools/src/difftoolConfig.c
r29169 r29172 185 185 psMetadataAddStr(listrunArgs, PS_LIST_TAIL, "-dist_group", PS_META_DUPLICATE_OK, "search by diffRun dist_group (LIKE comparison)", NULL); 186 186 psMetadataAddS16(listrunArgs, PS_LIST_TAIL, "-diff_mode", 0, "search for diff_mode", 0); 187 psMetadataAddStr(listrunArgs, PS_LIST_TAIL, "-state", 0, "search by state", NULL); 187 188 pxmagicAddArguments(listrunArgs); 188 189 pxspaceAddArguments(listrunArgs);
Note:
See TracChangeset
for help on using the changeset viewer.
