IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 26, 2008, 1:25:33 PM (18 years ago)
Author:
bills
Message:

add exp_id to pstampJob.
Rename -processedreq to -updatereq and -processedjob to -updatejob
to be clearer about what these modes do.
Fix handling of the various ids as S64 instead of strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/pstamptool_addjob_stampjob.sql

    r18561 r19219  
    11INSERT INTO pstampJob
    2  (req_id, rownum, state, jobType, uri, outputBase, fault, args)
    3  VALUES( %s, '%s', '%s', '%s', '%s', '%s', %s, '%s')
     2 (req_id, rownum, state, jobType, uri, exp_id, outputBase, fault, args)
     3 VALUES( %lld, '%s', '%s', '%s', '%s', %lld, '%s', %s, '%s')
Note: See TracChangeset for help on using the changeset viewer.