IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29958 for trunk/ippTools


Ignore:
Timestamp:
Dec 6, 2010, 1:57:28 PM (15 years ago)
Author:
bills
Message:

add skycell_id to the ORDER BY clause to make the order consistent

File:
1 edited

Legend:

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

    r29923 r29958  
    483483    psFree(where);
    484484
    485      psStringAppend(&query, "\nORDER by priority DESC, diff_id");
     485     psStringAppend(&query, "\nORDER by priority DESC, diff_id, skycell_id");
    486486
    487487    // treat limit == 0 as "no limit"
Note: See TracChangeset for help on using the changeset viewer.