Changeset 35930
- Timestamp:
- Aug 9, 2013, 1:32:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20130712/ippTools/share/camtool_pendingexp.sql
- Property svn:mergeinfo set to
r28339 r35930 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.
