Changeset 27071
- Timestamp:
- Feb 24, 2010, 5:10:55 PM (16 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
pubtool.c (modified) (2 diffs)
-
pubtoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pubtool.c
r27028 r27071 157 157 // optional 158 158 PXOPT_COPY_S64(config->args, where, "-client_id", "client_id", "=="); 159 pxAddLabelSearchArgs (config, where, "-label", "label", "=="); // define using newExp label159 pxAddLabelSearchArgs(config, where, "-label", "label", "=="); // define using newExp label 160 160 161 161 psString query = pxDataGet("pubtool_definerun.sql"); // Query to run … … 355 355 PXOPT_COPY_STR(config->args, where, "-client_id", "publishClient.client_id", "=="); 356 356 PXOPT_COPY_STR(config->args, where, "-comment", "publishClient.comment", "LIKE"); 357 PXOPT_COPY_STR(config->args, where, "-label", "publishRun.label", "==");357 pxAddLabelSearchArgs(config, where, "-label", "publishRun.label", "=="); 358 358 359 359 psString query = pxDataGet("pubtool_revert.sql"); -
trunk/ippTools/src/pubtoolConfig.c
r27028 r27071 88 88 psMetadataAddStr(revertArgs, PS_LIST_TAIL, "-client_id", 0, "search on client_id", NULL); 89 89 psMetadataAddStr(revertArgs, PS_LIST_TAIL, "-comment", 0, "search on comment (LIKE)", NULL); 90 psMetadataAddStr(revertArgs, PS_LIST_TAIL, "-label", 0, "search on label", NULL);90 psMetadataAddStr(revertArgs, PS_LIST_TAIL, "-label", PS_META_DUPLICATE_OK, "search on label", NULL); 91 91 92 92
Note:
See TracChangeset
for help on using the changeset viewer.
