IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 29, 2009, 5:37:59 PM (17 years ago)
Author:
Paul Price
Message:

difftool -definebyquery was generating diffs using stacks that had failed. This should fix that.

File:
1 edited

Legend:

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

    r21188 r21237  
    10041004    if (psListLength(stackWhere->list)) {
    10051005        psString whereClause = psDBGenerateWhereConditionSQL(stackWhere, NULL);
    1006         psStringAppend(&stackQuery, "\nWHERE %s", whereClause);
     1006        psStringAppend(&stackQuery, "\nAND %s", whereClause);
    10071007        psFree(whereClause);
    10081008    } else {
Note: See TracChangeset for help on using the changeset viewer.