IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 5, 2008, 2:07:07 PM (18 years ago)
Author:
eugene
Message:

updates from HEAD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080719/ippTools/share/faketool_find_pendingexp.sql

    r18644 r18923  
    11-- this query is used by both camtool -pendingexp & camtool -addprocessedexp it
    22-- does a little more work then is necessary for -addprocessed but it seems
    3 -- "cleaner" to use the same query for both cases 
     3-- "cleaner" to use the same query for both cases
    44SELECT * FROM
    55    (SELECT
     
    2929        AND chipRun.state = 'full'
    3030        AND fakeMask.label IS NULL
    31         AND fakeProcessedImfile.fake_id IS NULL
     31        AND fakeProcessedImfile.fake_id IS NOT NULL
    3232    GROUP BY
    3333        fakeRun.fake_id
Note: See TracChangeset for help on using the changeset viewer.