Changeset 23418 for trunk/ippTools/share
- Timestamp:
- Mar 18, 2009, 5:46:54 PM (17 years ago)
- Location:
- trunk/ippTools/share
- Files:
-
- 4 edited
-
warptool_change_skyfile_data_state.sql (modified) (1 diff)
-
warptool_definebyquery.sql (modified) (1 diff)
-
warptool_pendingcleanuprun.sql (modified) (1 diff)
-
warptool_pendingcleanupskyfile.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/warptool_change_skyfile_data_state.sql
r23229 r23418 8 8 warp_id = %lld 9 9 AND skycell_id = '%s' 10 -- only update if chipRun.state has the expected value11 -- AND (12 -- SELECT state from warpRun where warpRun.warp_id = warpSkyfile.warp_id13 -- ) = '%s' -
trunk/ippTools/share/warptool_definebyquery.sql
r20041 r23418 9 9 rawExp.dateobs, 10 10 rawExp.exp_tag, 11 rawExp.exp_name, 11 12 rawExp.exp_type, 12 13 rawExp.filelevel, -
trunk/ippTools/share/warptool_pendingcleanuprun.sql
r19521 r23418 13 13 USING (exp_id) 14 14 WHERE 15 (warpRun.state = 'goto_cleaned' OR warpRun.state = 'goto_ purged')15 (warpRun.state = 'goto_cleaned' OR warpRun.state = 'goto_scrubbed' OR warpRun.state = 'goto_purged') -
trunk/ippTools/share/warptool_pendingcleanupskyfile.sql
r19521 r23418 10 10 USING(warp_id) 11 11 WHERE 12 (warpRun.state = 'goto_cleaned'AND warpSkyfile.data_state = 'full')12 ((warpRun.state = 'goto_cleaned' AND warpSkyfile.data_state = 'full') 13 13 OR 14 (warpRun.state = 'goto_purged' AND warpSkyfile.data_state != 'purged') 14 (warpRun.state = 'goto_scrubbed' AND warpSkyfile.data_state = 'full') 15 OR 16 (warpRun.state = 'goto_purged' AND warpSkyfile.data_state != 'purged'))
Note:
See TracChangeset
for help on using the changeset viewer.
