Changeset 28003 for branches/pap/ippTools/share/chiptool_pendingimfile.sql
- Timestamp:
- May 18, 2010, 12:49:05 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/chiptool_pendingimfile.sql (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippTools/share/chiptool_pendingimfile.sql
r27391 r28003 10 10 rawExp.camera, 11 11 rawExp.telescope, 12 rawExp.filelevel 12 rawExp.filelevel, 13 IFNULL(Label.priority, 10000) AS priority, 14 chipProcessedImfile.path_base 13 15 FROM chipRun 14 16 JOIN rawExp … … 25 27 LEFT JOIN chipMask 26 28 ON chipRun.label = chipMask.label 29 LEFT JOIN Label ON chipRun.label = Label.label 27 30 WHERE 28 31 ((chipRun.state = 'new' … … 33 36 OR 34 37 (chipRun.state = 'update' 35 AND chipProcessedImfile.data_state = 'update')) 36 -- // Restriction to prevent the processing of bad chips. Not needed now. 37 -- AND 38 -- (rawImfile.class_id != 'XY15' AND 39 -- rawImfile.class_id != 'XY32' AND 40 -- rawImfile.class_id != 'XY45') 41 38 AND chipProcessedImfile.data_state = 'update' 39 AND chipProcessedImfile.fault = 0)) 40 AND (Label.active OR Label.active IS NULL)
Note:
See TracChangeset
for help on using the changeset viewer.
