Changeset 32572
- Timestamp:
- Oct 27, 2011, 11:35:56 AM (15 years ago)
- Location:
- tags/ipp-20110622/ippTools/share
- Files:
-
- 3 edited
-
chiptool_setimfiletoupdate.sql (modified) (1 diff)
-
difftool_setskyfiletoupdate.sql (modified) (1 diff)
-
warptool_setskyfiletoupdate.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20110622/ippTools/share/chiptool_setimfiletoupdate.sql
r29887 r32572 10 10 WHERE chip_id = %lld 11 11 AND (chipRun.state = 'cleaned' OR chipRun.state = 'update') 12 AND (chipProcessedImfile.data_state = 'cleaned' )12 AND (chipProcessedImfile.data_state = 'cleaned' OR chipProcessedImfile.data_state = 'error_cleaned') 13 13 -- don't queue update if the associated magicDSFile exists and isn't cleaned 14 14 AND (chipRun.magicked = 0 -
tags/ipp-20110622/ippTools/share/difftool_setskyfiletoupdate.sql
r30569 r32572 7 7 WHERE diff_id = %lld 8 8 AND (diffRun.state = 'cleaned' OR diffRun.state = 'update') 9 AND (diffSkyfile.data_state = 'cleaned' OR diffSkyfile.data_state = 'update' )9 AND (diffSkyfile.data_state = 'cleaned' OR diffSkyfile.data_state = 'update'OR diffSkyfile.data_state ='error_cleaned') -
tags/ipp-20110622/ippTools/share/warptool_setskyfiletoupdate.sql
r30544 r32572 7 7 WHERE warp_id = %lld 8 8 AND (warpRun.state = 'cleaned' OR warpRun.state = 'update') 9 AND (warpSkyfile.data_state = 'cleaned' OR warpSkyfile.data_state = 'update' )9 AND (warpSkyfile.data_state = 'cleaned' OR warpSkyfile.data_state = 'update'OR warpSkyfile.data_state = 'error_cleaned')
Note:
See TracChangeset
for help on using the changeset viewer.
