IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19492


Ignore:
Timestamp:
Sep 11, 2008, 11:24:37 AM (18 years ago)
Author:
Paul Price
Message:

Need additional brackets, since additional restrictions may be added.

File:
1 edited

Legend:

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

    r19334 r19492  
    2020    ON chipRun.label = chipMask.label
    2121WHERE
    22     (chipRun.state = 'new'
     22    ((chipRun.state = 'new'
    2323    AND chipProcessedImfile.chip_id IS NULL
    2424    AND chipProcessedImfile.exp_id IS NULL
     
    2727    OR
    2828    (chipRun.state = 'update'
    29     AND chipProcessedImfile.data_state = 'cleaned')
     29    AND chipProcessedImfile.data_state = 'cleaned'))
Note: See TracChangeset for help on using the changeset viewer.