IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 5, 2006, 4:12:32 PM (20 years ago)
Author:
jhoblitt
Message:

make sure det_id & iteration (where relevant) is in all SQL stmts

File:
1 edited

Legend:

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

    r9329 r9330  
    13321332        "    detProcessedImfile.class_id,"
    13331333        "    rawImfile.class_id"
     1334        "    detRun.position"
    13341335        " HAVING"
    13351336        "    COUNT(detProcessedImfile.class_id) = COUNT(rawImfile.class_id)"
     
    14801481        "   AND detInputExp.include = 1"
    14811482        " GROUP BY"
    1482         "    rawImfile.class_id"
     1483        "    rawImfile.class_id,"
     1484        "    detRun.position"
    14831485        " HAVING"
    14841486        "    COUNT(detProcessedImfile.class_id) = COUNT(rawImfile.class_id)"
     
    36683670        "   GROUP BY"
    36693671        "       detInputExp.exp_tag,"
    3670         "       detInputExp.iteration,"
    3671         "       detInputExp.det_id"
     3672        "       detRun.iteration,"
     3673        "       detRun.position"
    36723674        "   HAVING"
    36733675        "       rawDetrendExp.imfiles = COUNT(detResidImfile.class_id)"
     
    37843786        "   GROUP BY"
    37853787        "       detInputExp.exp_tag,"
    3786         "       detInputExp.iteration,"
    3787         "       detInputExp.det_id"
     3788        "       detRun.iteration,"
     3789        "       detRun.position"
    37883790        "   HAVING"
    37893791        "       rawDetrendExp.imfiles = COUNT(detResidImfile.class_id)"
Note: See TracChangeset for help on using the changeset viewer.