IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23633


Ignore:
Timestamp:
Mar 31, 2009, 12:34:24 PM (17 years ago)
Author:
Paul Price
Message:

Need AND to join where condition.

File:
1 edited

Legend:

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

    r23632 r23633  
    13721372    if (psListLength(insertWhere->list)) {
    13731373        psString whereClause = psDBGenerateWhereConditionSQL(insertWhere, NULL);
    1374         psStringAppend(&insert, "\n%s", whereClause);
     1374        psStringAppend(&insert, "\nAND %s", whereClause);
    13751375        psFree(whereClause);
    13761376    }
Note: See TracChangeset for help on using the changeset viewer.