IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28626


Ignore:
Timestamp:
Jul 7, 2010, 3:02:59 PM (16 years ago)
Author:
bills
Message:

Allow for magciDSRun to be NULL even if skycells were magciked.
This will happen if the inputs are already destreaked.

Location:
trunk/ippTools/share
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/difftool_setskyfiletoupdate.sql

    r28022 r28626  
    1212    -- don't queue update if the associated magicDSFile still exists
    1313    AND (diffRun.magicked = 0
    14       OR (magicDSRun.state = 'cleaned' OR magicDSRun.state = 'new')
     14      OR (magicDSRun.state = 'cleaned' OR magicDSRun.state = 'new' OR magicDSRun.state IS NULL)
    1515            AND magicDSFile.component IS NULL)
  • trunk/ippTools/share/warptool_setskyfiletoupdate.sql

    r28022 r28626  
    1111    AND (warpSkyfile.data_state = 'cleaned')
    1212    AND (warpRun.magicked = 0
    13       OR (magicDSRun.state = 'cleaned' OR magicDSRun.state = 'new')
     13      OR (magicDSRun.state = 'cleaned' OR magicDSRun.state = 'new' OR magicDSRun.state IS NULL)
    1414      AND magicDSFile.component IS NULL)
Note: See TracChangeset for help on using the changeset viewer.