Changeset 32710
- Timestamp:
- Nov 18, 2011, 2:33:52 PM (15 years ago)
- Location:
- trunk/ippTools/share
- Files:
-
- 2 edited
-
disttool_pending_raw.sql (modified) (3 diffs)
-
disttool_toadvance.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/disttool_pending_raw.sql
r31236 r32710 43 43 -- AND (rawExp.magicked OR distRun.no_magic) 44 44 AND rawExp.magicked 45 AND rawImfile.ignored = 0 45 46 -- need to have magicked the chip image which makes the camera mask 46 47 AND chipProcessedImfile.magicked != 0 … … 86 87 AND distComponent.dist_id IS NULL 87 88 AND (distRun.no_magic) 89 AND rawImfile.ignored = 0 88 90 AND (Label.active OR Label.active IS NULL) 89 91 UNION … … 131 133 AND chipProcessedImfile.magicked != 0 132 134 AND camRun.magicked > 0 135 AND rawImfile.ignored = 0 133 136 AND (Label.active OR Label.active IS NULL) 134 137 UNION -
trunk/ippTools/share/disttool_toadvance.sql
r28959 r32710 26 26 AND distRun.fault = 0 27 27 AND distRun.stage = 'raw' 28 AND rawImfile.ignored = 0 28 29 GROUP BY 29 30 distRun.dist_id,
Note:
See TracChangeset
for help on using the changeset viewer.
