Changeset 19334 for trunk/ippTools/share/chiptool_pendingimfile.sql
- Timestamp:
- Sep 2, 2008, 2:05:26 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/chiptool_pendingimfile.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/chiptool_pendingimfile.sql
r19181 r19334 20 20 ON chipRun.label = chipMask.label 21 21 WHERE 22 chipRun.state = 'new'22 (chipRun.state = 'new' 23 23 AND chipProcessedImfile.chip_id IS NULL 24 24 AND chipProcessedImfile.exp_id IS NULL 25 25 AND chipProcessedImfile.class_id IS NULL 26 AND chipMask.label IS NULL 27 28 -- new where logic for update. we probably need to add a 'data_state' 29 -- field to chipProcessedImfile and update it (full, cleaned, etc) as 30 -- we cleanup or update 31 -- (chipRun.state = 'new' 32 -- AND chipProcessedImfile.chip_id IS NULL 33 -- AND chipProcessedImfile.exp_id IS NULL 34 -- AND chipProcessedImfile.class_id IS NULL 35 -- AND chipMask.label IS NULL) 36 -- OR 37 -- (chipRun.state = 'update' 38 -- AND chipProcessedImfile.data_state = 'cleaned' 26 AND chipMask.label IS NULL) 27 OR 28 (chipRun.state = 'update' 29 AND chipProcessedImfile.data_state = 'cleaned')
Note:
See TracChangeset
for help on using the changeset viewer.
