IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 10, 2008, 10:32:59 AM (18 years ago)
Author:
eugene
Message:

updates from current HEAD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080719/ippTools/src/difftool.c

    r18923 r19003  
    525525
    526526    psMetadata *where = psMetadataAlloc();
    527     PXOPT_COPY_S64(config->args, where,  "-diff_id", "diff_id", "==");
    528     PXOPT_COPY_STR(config->args, where, "-skycell_id", "skycell_id", "==");
    529     PXOPT_COPY_STR(config->args, where, "-tess_id", "tess_id", "==");
     527    PXOPT_COPY_S64(config->args, where,  "-diff_id", "diffSkyfile.diff_id", "==");
     528    PXOPT_COPY_STR(config->args, where, "-skycell_id", "diffSkyfile.skycell_id", "==");
     529    PXOPT_COPY_STR(config->args, where, "-tess_id", "diffSkyfile.tess_id", "==");
     530    PXOPT_COPY_S64(config->args, where, "-exp_id", "rawExp.exp_id", "==");
     531    PXOPT_COPY_STR(config->args, where, "-exp_name", "rawExp.exp_name", "==");
    530532
    531533    PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
     
    539541
    540542    if (psListLength(where->list)) {
    541         psString whereClause = psDBGenerateWhereConditionSQL(where, "diffSkyfile");
     543        psString whereClause = psDBGenerateWhereConditionSQL(where, NULL);
    542544        psStringAppend(&query, " AND %s", whereClause);
    543545        psFree(whereClause);
     
    11251127
    11261128    psFree(output);
    1127 
    1128     return true;
    1129 }
     1129    return true;
     1130}
Note: See TracChangeset for help on using the changeset viewer.