IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38926


Ignore:
Timestamp:
Oct 21, 2015, 10:16:13 AM (11 years ago)
Author:
bills
Message:

When listing relExps do not list warps that are in state drop

File:
1 edited

Legend:

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

    r38721 r38926  
    778778        psString whereClause = psDBGenerateWhereConditionSQL(where, NULL);
    779779        psStringAppend(&query, "\nWHERE %s", whereClause);
     780        if (where2) {
     781            psStringAppend(&query, " %s", where2);
     782        }
     783        psStringAppend(&query, " AND warpRun.state != 'drop'");
    780784        psFree(whereClause);
    781785    } else if (where2) {
Note: See TracChangeset for help on using the changeset viewer.