Ignore:
Timestamp:
08/27/05 21:25:15 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7285 r7323  
    113113    query+=Form(" ORDER BY %s.%s DESC ", table.Data(), rc.GetValue(table+".Primary", ""));
    114114
    115     if (table=="RunProcessStatus")
    116         query+="LIMIT 0, 500";
     115//    if (table=="RunProcessStatus")
     116//        query+="LIMIT 0, 500";
    117117
    118118    cout << "query: " << query << endl;
     
    129129    TSQLRow *row=0;
    130130
    131     if ((table=="SequenceProcessStatus" && column=="fCallisto") ||
    132         (table=="SequenceProcessStatus" && column=="fStar") ||
    133         (table=="DataSetProcessStatus" && column=="fGanymed"))
     131    if ((table=="SequenceProcessStatus" && column=="fCallisto")      ||
     132        (table=="SequenceProcessStatus" && column=="fStar")          ||
     133        (table=="RunProcessStatus"      && column=="fDataCheckDone") ||
     134        (table=="DataSetProcessStatus"  && column=="fGanymed"))
    134135    {
    135136        while ((row = res->Next()))
Note: See TracChangeset for help on using the changeset viewer.