- Timestamp:
- Aug 30, 2013, 4:48:58 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130711/ippTools/share
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
disttool_toadvance.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130711/ippTools/share
- Property svn:mergeinfo changed
/trunk/ippTools/share (added) merged: 35838-35839,35856,35896-35897,35901,35929,35936,35952-35953,35955,35960,36009,36040-36041
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130711/ippTools/share/disttool_toadvance.sql
r32710 r36071 262 262 AND distComponent.fault = 0 263 263 UNION 264 -- skycal stage 265 -- NOTE this assumes that there is only one component per skycalRun 266 -- (one skycell) 267 SELECT 268 distRun.dist_id, 269 stage, 270 stage_id, 271 outroot, 272 label, 273 clean 274 FROM distRun 275 JOIN skycalResult on stage_id = skycal_id 276 LEFT JOIN distComponent 277 ON distRun.dist_id = distComponent.dist_id 278 WHERE 279 distRun.state = 'new' 280 AND distRun.fault = 0 281 AND distRun.stage = 'skycal' 282 AND distComponent.component IS NOT NULL 283 AND distComponent.fault = 0 284 UNION 264 285 -- SSdiff stage 265 286 SELECT
Note:
See TracChangeset
for help on using the changeset viewer.
