IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 6, 2006, 7:08:58 PM (20 years ago)
Author:
jhoblitt
Message:

fix -select & -search SQL where generation

File:
1 edited

Legend:

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

    r9392 r9395  
    160160
    161161    if (config->where) {
    162         psString whereClause = psDBGenerateWhereConditionSQL(config->where, NULL);
     162        psString whereClause = psDBGenerateWhereConditionSQL(config->where, "detNormalizedImfile");
    163163        psStringAppend(&query, " AND %s", whereClause);
    164164        psFree(whereClause);
Note: See TracChangeset for help on using the changeset viewer.