IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 11, 2011, 2:32:27 PM (15 years ago)
Author:
rhenders
Message:

added 'WHERE state = full' constraint to get-IDs-from-DVO methods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/ipptopspsdb.py

    r31842 r31858  
    6868                   WHERE stage = '" + stage + "' \
    6969                   AND dvodb = '" + dvoDb + "' \
     70                   AND state = 'full' \
    7071                   AND stage_id NOT IN "
    7172
     
    7879                   WHERE stage = '" + stage + "' \
    7980                   AND dvodb = '" + dvoDb + "' \
     81                   AND state = 'full' \
    8082                   AND stack_id NOT IN "
    8183
Note: See TracChangeset for help on using the changeset viewer.