IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19425


Ignore:
Timestamp:
Sep 8, 2008, 3:39:37 PM (18 years ago)
Author:
Paul Price
Message:

Getting into trouble with table names.

File:
1 edited

Legend:

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

    r19424 r19425  
    611611    psMetadata *where = psMetadataAlloc();
    612612    PXOPT_COPY_S64(config->args, where, "-fake_id", "fake_id", "==");
    613     PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
     613    PXOPT_COPY_STR(config->args, where, "-label", "fakeRun.label", "==");
    614614    PXOPT_COPY_S64(config->args, where, "-exp_id", "exp_id", "==");
    615615    PXOPT_COPY_STR(config->args, where, "-exp_name", "exp_name", "==");
     
    665665
    666666    if (where && psListLength(where->list)) {
    667         psString whereClause = psDBGenerateWhereConditionSQL(where, "fakeProcessedImfile");
     667        psString whereClause = psDBGenerateWhereConditionSQL(where, NULL);
    668668        psStringAppend(&query, " AND %s", whereClause);
    669669        psFree(whereClause);
Note: See TracChangeset for help on using the changeset viewer.