- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/disttool_pending_raw.sql (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/ippTools/share/disttool_pending_raw.sql
r31236 r33415 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
Note:
See TracChangeset
for help on using the changeset viewer.
