IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24784


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

make sure filesets are listed in the order that they were posted.

File:
1 edited

Legend:

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

    r24783 r24784  
    313313    psFree(where);
    314314
     315    // make sure that the data is processed in the order that the filesets
     316    // were posted
     317    psStringAppend(&query, "\nORDER BY fileset_id");
     318
    315319    if (limit) {
    316320        psString limitString = psDBGenerateLimitSQL(limit);
Note: See TracChangeset for help on using the changeset viewer.