IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21412


Ignore:
Timestamp:
Feb 6, 2009, 5:48:20 PM (17 years ago)
Author:
bills
Message:

in job listings include some information from pstampProduct

File:
1 edited

Legend:

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

    r21402 r21412  
    574574        psStringAppend(&query,
    575575                "SELECT"
    576                 " *"
     576                " pstampJob.*, pstampRequest.name, pstampRequest.outProduct"
    577577                " FROM pstampJob"
     578                " JOIN pstampRequest USING(req_id)"
    578579                " WHERE req_id = %" PRId64, req_id
    579580            );
     
    581582        psStringAppend(&query,
    582583                "SELECT"
    583                 " *"
     584                " pstampJob.*, pstampRequest.name, pstampRequest.outProduct"
    584585                " FROM pstampJob"
     586                " JOIN pstampRequest USING(req_id)"
    585587                " WHERE job_id = %" PRId64, job_id
    586588            );
Note: See TracChangeset for help on using the changeset viewer.