IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 13, 2009, 10:20:54 AM (17 years ago)
Author:
bills
Message:

make sure that the filesets are processed in the order that they are posted

File:
1 edited

Legend:

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

    r24125 r24783  
    438438    psFree(where);
    439439
     440    // make sure that the data is processed in the order that the filesets
     441    // were posted
     442    psStringAppend(&query, "\nORDER BY fileset_id");
     443
    440444    if (limit) {
    441445        psString limitString = psDBGenerateLimitSQL(limit);
Note: See TracChangeset for help on using the changeset viewer.