IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15526


Ignore:
Timestamp:
Nov 8, 2007, 3:40:09 PM (19 years ago)
Author:
jhoblitt
Message:

fix left join on fault = 0

File:
1 edited

Legend:

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

    r14059 r15526  
    5656    WHERE
    5757        detRun.state = 'run'
    58         AND detResidImfile.fault = 0
     58        AND (detResidImfile.fault = 0 || detResidImfile IS NULL)
    5959        AND detResidExp.det_id IS NULL
    6060        AND detResidExp.iteration IS NULL
Note: See TracChangeset for help on using the changeset viewer.