IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 18, 2009, 10:11:43 AM (17 years ago)
Author:
bills
Message:

remove diffRun state checks from -inputskyfile. They were broken for
state = 'update' and aren't needed. Fix handling of -template and -input parameters

File:
1 edited

Legend:

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

    r26179 r26180  
    2929    JOIN rawExp
    3030        USING(exp_id)
    31     WHERE
    32         (diffRun.state = 'new' or diffRun.state = 'full')
    33         AND (warpRun.state = 'full')
    3431        -- where hook %s
    3532    UNION
     
    6360    JOIN rawExp
    6461        USING(exp_id)
    65     WHERE
    66         (diffRun.state = 'new' or diffRun.state = 'full')
    67         AND (warpRun.state = 'full')
    6862        -- where hook %s
    6963    UNION
     
    9791    JOIN rawExp
    9892        USING(exp_id)
    99     WHERE
    100         (diffRun.state = 'new' or diffRun.state = 'full')
    10193        -- where hook %s
    10294    UNION
     
    130122    JOIN rawExp
    131123        USING(exp_id)
    132     WHERE
    133         (diffRun.state = 'new' or diffRun.state = 'full')
    134124        -- where hook %s
    135125    ) as Foo
     126-- template where hook %s
Note: See TracChangeset for help on using the changeset viewer.