- Timestamp:
- Mar 30, 2012, 2:49:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/ippTools/share/warptool_towarped.sql
- Property svn:mergeinfo set to
r32570 r33638 106 106 -- where hook 2 %s 107 107 GROUP BY warp_id, skycell_id 108 -- if warpSkyfile was magicked previously require inputs to be magicked 109 -- this blocks processing until all the chip inputs have been destreaked 110 HAVING COUNT(warpSkyCellMap.class_id) = SUM(IF(chipProcessedImfile.data_state ='full' and (chipRun.magicked = 0 OR chipProcessedImfile.magicked > 0), 1, 0)) 108 HAVING COUNT(warpSkyCellMap.class_id) = SUM(IF(chipProcessedImfile.data_state ='full', 1, 0)) 111 109 -- limit hook 2 %s 112 110 )
Note:
See TracChangeset
for help on using the changeset viewer.
