Changeset 7501 for trunk/MagicSoft/Mars/datacenter/macros/getdolist.C
- Timestamp:
- 02/14/06 13:58:38 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/getdolist.C
r7482 r7501 155 155 //this part of the query is needed, if there are more than 512 results and single 156 156 //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")) 159 160 query+="LIMIT 0, 500"; 160 161
Note:
See TracChangeset
for help on using the changeset viewer.