Changeset 23921 for trunk/ippTools/src/faketool.c
- Timestamp:
- Apr 17, 2009, 4:41:36 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/faketool.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/faketool.c
r23873 r23921 128 128 PXOPT_COPY_TIME(config->args, where, "-dateobs_end", "dateobs", "<="); 129 129 PXOPT_COPY_STR(config->args, where, "-exp_tag", "exp_tag", "=="); 130 PXOPT_COPY_STR(config->args, where, "-label", "label", "==");130 pxAddLabelSearchArgs (config, where, "-label", "label", "=="); 131 131 PXOPT_COPY_STR(config->args, where, "-filelevel", "filelevel", "=="); 132 132 PXOPT_COPY_STR(config->args, where, "-reduction", "reduction", "=="); … … 376 376 377 377 psMetadata *where = psMetadataAlloc(); 378 pxAddLabelSearchArgs (config, where, "-label", "label", "=="); 378 379 PXOPT_COPY_S64(config->args, where, "-fake_id", "fake_id", "=="); 379 PXOPT_COPY_STR(config->args, where, "-label", "label", "==");380 380 PXOPT_COPY_S64(config->args, where, "-cam_id", "cam_id", "=="); 381 381 PXOPT_COPY_S64(config->args, where, "-chip_id", "chip_id", "=="); … … 442 442 psMetadata *where = psMetadataAlloc(); 443 443 PXOPT_COPY_S64(config->args, where, "-fake_id", "fake_id", "=="); 444 PXOPT_COPY_STR(config->args, where, "-label", "label", "==");444 pxAddLabelSearchArgs (config, where, "-label", "label", "=="); 445 445 PXOPT_COPY_S64(config->args, where, "-exp_id", "exp_id", "=="); 446 446 PXOPT_COPY_STR(config->args, where, "-class_id", "rawImfile.class_id", "=="); … … 895 895 896 896 psMetadata *where = psMetadataAlloc(); 897 PXOPT_COPY_STR(config->args, where, "-label", "label", "==");897 pxAddLabelSearchArgs (config, where, "-label", "label", "=="); 898 898 899 899 psString query = pxDataGet("faketool_pendingcleanuprun.sql"); … … 960 960 PXOPT_COPY_S64(config->args, where, "-fake_id", "fake_id", "=="); 961 961 } 962 PXOPT_COPY_STR(config->args, where, "-label", "label", "==");962 pxAddLabelSearchArgs (config, where, "-label", "label", "=="); 963 963 964 964 psString query = pxDataGet("faketool_pendingcleanupimfile.sql"); … … 1079 1079 psMetadata *where = psMetadataAlloc(); 1080 1080 PXOPT_COPY_S64(config->args, where, "-fake_id", "fake_id", "=="); 1081 PXOPT_COPY_STR(config->args, where, "-label", "label", "==");1081 pxAddLabelSearchArgs (config, where, "-label", "label", "=="); 1082 1082 1083 1083 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
Note:
See TracChangeset
for help on using the changeset viewer.
