Changeset 35929 for trunk/ippTools/share/camtool_pendingexp.sql
- Timestamp:
- Aug 9, 2013, 1:31:13 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/camtool_pendingexp.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/camtool_pendingexp.sql
r28339 r35929 23 23 WHERE 24 24 chipRun.state = 'full' 25 AND ((camRun.state = 'new' AND camProcessedExp.cam_id IS NULL) OR camRun.state = 'update') 25 AND ((camRun.state = 'new' AND camProcessedExp.cam_id IS NULL) OR 26 (camRun.state = 'update' and camProcessedExp.fault = 0 and camProcessedExp.quality = 0)) 26 27 AND camMask.label IS NULL 27 28 AND (Label.active OR Label.active IS NULL)
Note:
See TracChangeset
for help on using the changeset viewer.
