Changeset 19339 for trunk/ippTools/src/chiptool.c
- Timestamp:
- Sep 3, 2008, 9:53:10 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/chiptool.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptool.c
r19334 r19339 120 120 121 121 psMetadata *where = psMetadataAlloc(); 122 pxchipGetSearchArgs (config, where); 122 pxchipGetSearchArgs (config, where); // rawExp only 123 PXOPT_COPY_STR(config->args, where, "-label", "rawExp.label", "LIKE"); 123 124 124 125 if (!psListLength(where->list) && !psMetadataLookupBool(NULL, config->args, "-all")) { … … 232 233 233 234 psMetadata *where = psMetadataAlloc(); 234 PXOPT_COPY_S64(config->args, where, "-chip_id", "chip_id", "==");235 pxchipGetSearchArgs (config, where);235 pxchipGetSearchArgs (config, where); // rawExp, chipRun 236 PXOPT_COPY_S64(config->args, where, "-chip_id", "chipRun.chip_id", "=="); 236 237 237 238 if (!psListLength(where->list) … … 282 283 283 284 psMetadata *where = psMetadataAlloc(); 285 pxchipGetSearchArgs (config, where); //chipRun, rawExp 284 286 PXOPT_COPY_S64(config->args, where, "-chip_id", "chipRun.chip_id", "=="); 285 pxchipGetSearchArgs (config, where);286 287 287 288 psString query = pxDataGet("chiptool_pendingimfile.sql"); … … 454 455 455 456 psMetadata *where = psMetadataAlloc(); 457 pxchipGetSearchArgs (config, where); // chipRun, chipProcessedImfile, rawExp 456 458 PXOPT_COPY_S64(config->args, where, "-chip_id", "chipRun.chip_id", "=="); 457 459 PXOPT_COPY_STR(config->args, where, "-class_id", "chipProcessedImfile.class_id", "=="); 458 pxchipGetSearchArgs (config, where); 460 PXOPT_COPY_STR(config->args, where, "-reduction", "chipRun.reduction", "=="); 461 PXOPT_COPY_STR(config->args, where, "-label", "chipRun.label", "LIKE"); 459 462 460 463 psString query = pxDataGet("chiptool_processedimfile.sql"); … … 521 524 522 525 psMetadata *where = psMetadataAlloc(); 523 pxchipGetSearchArgs (config, where); 524 525 // from chipRun (XXX is missing from sql) 526 pxchipGetSearchArgs (config, where); // chipProcessedImfile, rawExp 527 PXOPT_COPY_S64(config->args, where, "-chip_id", "chipRun.chip_id", "=="); 528 PXOPT_COPY_STR(config->args, where, "-class_id", "chipProcessedImfile.class_id", "=="); 529 PXOPT_COPY_STR(config->args, where, "-label", "chipRun.label", "LIKE"); 526 530 PXOPT_COPY_STR(config->args, where, "-reduction", "chipRun.reduction", "=="); 527 PXOPT_COPY_STR(config->args, where, "-label", "chipRun.label", "==");528 531 PXOPT_COPY_S16(config->args, where, "-code", "chipProcessedImfile.fault", "="); 529 532 … … 565 568 566 569 psMetadata *where = psMetadataAlloc(); 570 pxchipGetSearchArgs (config, where); // chipProcessedImfile 567 571 PXOPT_COPY_S64(config->args, where, "-chip_id", "chip_id", "=="); 568 pxchipGetSearchArgs (config, where); 572 PXOPT_COPY_S64(config->args, where, "-class_id", "class_id", "=="); 573 PXOPT_COPY_STR(config->args, where, "-reduction", "reduction", "=="); 569 574 PXOPT_LOOKUP_S16(code, config->args, "-code", true, false); 570 575
Note:
See TracChangeset
for help on using the changeset viewer.
