Ignore:
Timestamp:
02/14/06 13:58:38 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/macros/getdolist.C

    r7482 r7501  
    155155    //this part of the query is needed, if there are more than 512 results and single
    156156    //todo files are written, as shell scripts have a limitation for arrays
    157     // this is currently only the case, if runs are processed, i.e. for the table RunProcessStatus
    158     if (table=="RunProcessStatus")
     157    if ((table=="SequenceProcessStatus" && column=="fCallisto")      ||
     158        (table=="SequenceProcessStatus" && column=="fStar")          ||
     159        (table=="RunProcessStatus"      && column=="fDataCheckDone"))
    159160        query+="LIMIT 0, 500";
    160161
Note: See TracChangeset for help on using the changeset viewer.