Changeset 35470 for trunk/ippTools/src/releasetool.c
- Timestamp:
- May 1, 2013, 6:37:50 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/releasetool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/releasetool.c
r35460 r35470 1014 1014 PXOPT_COPY_STR(config->args, where, "-tess_id", "relStack.tess_id", "=="); 1015 1015 PXOPT_COPY_STR(config->args, where, "-skycell_id", "relStack.skycell_id", "LIKE"); 1016 PXOPT_COPY_STR(config->args, where, "-stack_type", "relStack.stack_type", "==");1016 // PXOPT_COPY_STR(config->args, where, "-stack_type", "relStack.stack_type", "=="); 1017 1017 PXOPT_COPY_STR(config->args, where, "-stack_data_group", "stackRun.data_group", "LIKE"); 1018 1018 PXOPT_COPY_STR(config->args, where, "-skycal_data_group", "skycalRun.data_group", "LIKE"); … … 1029 1029 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); 1030 1030 PXOPT_LOOKUP_BOOL(simple, config->args, "-simple", false); 1031 1032 pxAddLabelSearchArgs (config, where, "-stack_type", "relStack.stack_type", "=="); 1031 1033 1032 1034 psString query = pxDataGet("releasetool_listrelstack.sql");
Note:
See TracChangeset
for help on using the changeset viewer.
