IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2010, 4:10:59 PM (16 years ago)
Author:
watersc1
Message:

Fix typos in pstamptool database queries.
Add pstampDependent.outdir entry to changes.txt.

Final tested code for detectability server.
Works on test cases that involve updates.

r

File:
1 edited

Legend:

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

    r27856 r27859  
    11SELECT pstampRequest.* ,
    2     IFNULL(labels.priority, 0) AS priority
     2    IFNULL(Label.priority, 0) AS priority
    33FROM pstampRequest
    4     LEFT JOIN labels USING(label)
     4    LEFT JOIN Label USING(label)
    55WHERE state = 'run'
    66    AND (
Note: See TracChangeset for help on using the changeset viewer.