IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 7, 2008, 5:40:54 PM (18 years ago)
Author:
bills
Message:

in mode -warped don't require state to be 'run' and output the state

File:
1 edited

Legend:

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

    r12261 r18950  
    11SELECT
    2     warpSkyfile.*
     2    warpSkyfile.*,
     3    warpRun.state
    34FROM warpRun
    45JOIN warpSkyfile
    56    USING(warp_id)
    67WHERE
    7     warpRun.state = 'run'
     8-- bogus test; just here so there there is a 'WHERE' stmt to append conditionals too
     9    warpRun.warp_id is NOT NULL
Note: See TracChangeset for help on using the changeset viewer.