IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 10, 2008, 9:48:48 AM (18 years ago)
Author:
Paul Price
Message:

The usual table differences.

File:
1 edited

Legend:

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

    r19462 r19463  
    607607
    608608    psMetadata *where = psMetadataAlloc();
    609     PXOPT_COPY_S64(config->args, where,  "-diff_id", "diffRun.diff_id", "==");
     609    PXOPT_COPY_S64(config->args, where,  "-diff_id", "diffSkyfile.diff_id", "==");
    610610    PXOPT_COPY_STR(config->args, where,  "-label", "diffRun.label", "==");
    611611    PXOPT_COPY_S16(config->args, where, "-code",     "fault", "==");
     
    631631
    632632        if (psListLength(where->list)) {
    633             psString whereClause = psDBGenerateWhereConditionSQL(where, "diffSkyfile");
     633            psString whereClause = psDBGenerateWhereConditionSQL(where, NULL);
    634634            psStringAppend(&query, " AND %s", whereClause);
    635635            psFree(whereClause);
     
    669669
    670670        if (psListLength(where->list)) {
    671             psString whereClause = psDBGenerateWhereConditionSQL(where, "diffSkyfile");
     671            psString whereClause = psDBGenerateWhereConditionSQL(where, NULL);
    672672            psStringAppend(&query, " AND %s", whereClause);
    673673            psFree(whereClause);
Note: See TracChangeset for help on using the changeset viewer.