IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 8, 2008, 2:02:54 PM (18 years ago)
Author:
Paul Price
Message:

Adding label to search for chiptool -pendingimfile

File:
1 edited

Legend:

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

    r19389 r19420  
    153153    psString whereClause = psDBGenerateWhereConditionSQL(where, NULL);
    154154    psStringAppend(&query, " AND %s", whereClause);
    155    
     155
    156156    psFree(whereClause);
    157157    psFree(where);
     
    286286    pxchipGetSearchArgs (config, where); //chipRun, rawExp
    287287    PXOPT_COPY_S64(config->args, where, "-chip_id", "chipRun.chip_id", "==");
     288    PXOPT_COPY_STR(config->args, where, "-label", "chipRun.label", "==");
    288289
    289290    psString query = pxDataGet("chiptool_pendingimfile.sql");
Note: See TracChangeset for help on using the changeset viewer.