IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25932


Ignore:
Timestamp:
Oct 22, 2009, 5:30:14 PM (17 years ago)
Author:
Paul Price
Message:

Fix WHERE.

File:
1 edited

Legend:

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

    r25931 r25932  
    128128    if (psListLength(where->list)) {
    129129        psString clause = psDBGenerateWhereConditionSQL(where, NULL);
    130         psStringAppend(&query, "\n AND %s", clause);
     130        psStringAppend(&query, "\n WHERE %s", clause);
    131131        psFree(clause);
    132132    }
Note: See TracChangeset for help on using the changeset viewer.