IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19435


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

Need to specify table names.

File:
1 edited

Legend:

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

    r19434 r19435  
    611611    PXOPT_COPY_S64(config->args, where, "-warp_id", "warp_id", "==");
    612612    PXOPT_COPY_S64(config->args, where, "-stack_id", "stack_id", "==");
    613     PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
     613    PXOPT_COPY_STR(config->args, where, "-label", "stackRun.label", "==");
    614614
    615615    PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
     
    623623
    624624    if (psListLength(where->list)) {
    625         psString whereClause = psDBGenerateWhereConditionSQL(where, "stackSumSkyfile");
     625        psString whereClause = psDBGenerateWhereConditionSQL(where, NULL);
    626626        psStringAppend(&query, " AND %s", whereClause);
    627627        psFree(whereClause);
Note: See TracChangeset for help on using the changeset viewer.