IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 23, 2010, 11:20:24 AM (16 years ago)
Author:
bills
Message:

Add -listrun mode.
Fix handling of magicked bits during update.
Various other changes to the 'list' modes to support the postage stamp server

File:
1 edited

Legend:

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

    r22751 r27738  
    1313    USING(chip_id)
    1414WHERE
    15     ((chipRun.state = 'goto_cleaned' AND chipProcessedImfile.data_state = 'full')
     15    ((chipRun.state = 'goto_cleaned' AND (chipProcessedImfile.data_state = 'full'
     16                                       OR chipProcessedImfile.data_state = 'update'))
    1617OR
    17     (chipRun.state = 'goto_scrubbed' AND chipProcessedImfile.data_state = 'full')
     18    (chipRun.state = 'goto_scrubbed' AND chipProcessedImfile.data_state != 'scrubbed')
    1819OR
    1920    (chipRun.state = 'goto_purged' AND chipProcessedImfile.data_state != 'purged'))
Note: See TracChangeset for help on using the changeset viewer.