IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8590


Ignore:
Timestamp:
Aug 24, 2006, 5:37:20 PM (20 years ago)
Author:
jhoblitt
Message:

fix -toresid SQL so that both sides of the union are balanced after adding .det_type & .uri to one side

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/dettool.c

    r8589 r8590  
    23122312        " SELECT"
    23132313        "   detRun.iteration,"
    2314         "   detProcessedImfile.*"
     2314        "   detRun.det_type,"
     2315        "   detProcessedImfile.*,"
     2316        "   detProcessedImfile.uri"
    23152317        " FROM detRun"
    23162318        " JOIN detInputExp"
Note: See TracChangeset for help on using the changeset viewer.