IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35691 for trunk/ippTools/src


Ignore:
Timestamp:
Jun 20, 2013, 1:29:03 PM (13 years ago)
Author:
bills
Message:

include class_id in order by for pending imfiles in an attempt to make the order
deterministic

File:
1 edited

Legend:

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

    r35572 r35691  
    493493    psFree(where);
    494494
    495     psStringAppend(&query, "\nORDER BY priority DESC, chip_id");
     495    psStringAppend(&query, "\nORDER BY priority DESC, chip_id, class_id");
    496496
    497497    // treat limit == 0 as "no limit"
Note: See TracChangeset for help on using the changeset viewer.