IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 15, 2008, 2:21:00 PM (18 years ago)
Author:
bills
Message:

changes to support cleanup, purge, and update processing

File:
1 edited

Legend:

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

    r19092 r19558  
    2525    WHERE
    2626        chipRun.state = 'full'
    27         AND camRun.state = 'new'
     27        AND ((camRun.state = 'new' AND camProcessedExp.cam_id IS NULL)
     28            OR camRun.state = 'update')
    2829        AND camMask.label IS NULL
    29         AND camProcessedExp.cam_id IS NULL
    3030    ) as Foo
Note: See TracChangeset for help on using the changeset viewer.