IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 9, 2008, 3:00:40 PM (18 years ago)
Author:
Paul Price
Message:

Need to specify table names.

File:
1 edited

Legend:

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

    r19446 r19447  
    821821
    822822    psMetadata *where = psMetadataAlloc();
    823     PXOPT_COPY_S64(config->args, where, "-stack_id", "stack_id", "==");
    824     PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
    825     PXOPT_COPY_S16(config->args, where, "-code", "fault", "==");
     823    PXOPT_COPY_S64(config->args, where, "-stack_id", "stackSumSkyfile.stack_id", "==");
     824    PXOPT_COPY_STR(config->args, where, "-label", "stackRun.label", "==");
     825    PXOPT_COPY_S16(config->args, where, "-code", "stackSumSkyfile.fault", "==");
    826826
    827827    if (!psDBTransaction(config->dbh)) {
Note: See TracChangeset for help on using the changeset viewer.