IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 4, 2009, 3:51:30 PM (16 years ago)
Author:
bills
Message:

fix ambigous query add stage as a selector for updateinterest mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/disttool.c

    r26210 r26337  
    16151615    PXOPT_COPY_S64(config->args, where, "-target_id", "target_id", "==");
    16161616    PXOPT_COPY_STR(config->args, where, "-dest_name", "rcDestination.name", "LIKE");
     1617    PXOPT_COPY_STR(config->args, where, "-stage", "stage", "==");
    16171618    PXOPT_COPY_STR(config->args, where, "-filter", "filter", "LIKE");
    16181619    PXOPT_COPY_STR(config->args, where, "-dist_group", "dist_group", "LIKE");
     
    16621663    PXOPT_COPY_STR(config->args, where, "-dist_group", "dist_group", "LIKE");
    16631664    PXOPT_COPY_STR(config->args, where, "-filter", "filter", "LIKE");
    1664     PXOPT_COPY_STR(config->args, where, "-state", "state", "==");
     1665    PXOPT_COPY_STR(config->args, where, "-state", "rcInterest.state", "==");
    16651666
    16661667    PXOPT_LOOKUP_BOOL(clean, config->args, "-clean", false);
Note: See TracChangeset for help on using the changeset viewer.