Changeset 7323 for trunk/MagicSoft/Mars/datacenter/macros/getdolist.C
- Timestamp:
- 08/27/05 21:25:15 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/getdolist.C
r7285 r7323 113 113 query+=Form(" ORDER BY %s.%s DESC ", table.Data(), rc.GetValue(table+".Primary", "")); 114 114 115 if (table=="RunProcessStatus")116 query+="LIMIT 0, 500";115 // if (table=="RunProcessStatus") 116 // query+="LIMIT 0, 500"; 117 117 118 118 cout << "query: " << query << endl; … … 129 129 TSQLRow *row=0; 130 130 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")) 134 135 { 135 136 while ((row = res->Next()))
Note:
See TracChangeset
for help on using the changeset viewer.