IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 7, 2007, 4:36:46 PM (18 years ago)
Author:
jhoblitt
Message:

fix .fault handling

File:
1 edited

Legend:

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

    r15372 r15769  
    2424    WHERE
    2525        chipRun.state = 'run'
    26         AND (chipProcessedImfile.fault = 0 || chipProcessedImfile.fault IS NULL)
    2726    GROUP BY
    2827        chipRun.chip_id,
    2928        chipRun.exp_id
    30     HAVING COUNT(rawImfile.class_id) = COUNT(chipProcessedImfile.class_id)
     29    HAVING
     30        COUNT(rawImfile.class_id) = COUNT(chipProcessedImfile.class_id)
     31        AND SUM(chipProcessedImfile.fault) = 0
    3132    ) as Foo
Note: See TracChangeset for help on using the changeset viewer.