IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2010, 1:22:28 PM (16 years ago)
Author:
bills
Message:

fix ambigous fault column in query

File:
1 edited

Legend:

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

    r29328 r29569  
    641641
    642642    PXOPT_COPY_S64(config->args, where, "-req_id", "req_id", "==");
    643     PXOPT_COPY_S64(config->args, where, "-fault", "fault", "==");
     643    PXOPT_COPY_S64(config->args, where, "-fault", "pstampRequest.fault", "==");
    644644    PXOPT_COPY_STR(config->args, where, "-state", "pstampRequest.state", "==");
    645645    pxAddLabelSearchArgs(config, where, "-label", "pstampRequest.label", "LIKE");
Note: See TracChangeset for help on using the changeset viewer.