IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 14, 2010, 11:46:47 AM (16 years ago)
Author:
Paul Price
Message:

Simplifying stacktool_inputskyfile.sql

File:
1 edited

Legend:

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

    r27391 r27678  
    681681    if (psListLength(where->list)) {
    682682        psString whereClause = psDBGenerateWhereConditionSQL(where, "stackInputSkyfile");
    683         psStringAppend(&query, " AND %s", whereClause);
     683        psStringAppend(&query, " WHERE %s", whereClause);
    684684        psFree(whereClause);
    685685    }
Note: See TracChangeset for help on using the changeset viewer.