IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9284


Ignore:
Timestamp:
Oct 4, 2006, 6:28:37 PM (20 years ago)
Author:
jhoblitt
Message:

fix -residexp where query generation when args are used

File:
1 edited

Legend:

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

    r9283 r9284  
    40224022
    40234023    if (config->where) {
    4024         psString whereClause = psDBGenerateWhereConditionSQL(config->where, NULL);
     4024        psString whereClause = psDBGenerateWhereConditionSQL(config->where, "detResidExp");
    40254025        psStringAppend(&query, " AND %s", whereClause);
    40264026        psFree(whereClause);
Note: See TracChangeset for help on using the changeset viewer.