IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31058


Ignore:
Timestamp:
Mar 25, 2011, 3:00:07 PM (15 years ago)
Author:
eugene
Message:

sort the selected detrends by register and iteration

File:
1 edited

Legend:

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

    r26981 r31058  
    152152    // unless explicitly specified by the user, list all possible matches
    153153    if (!unlimit) {
    154         psStringAppend(&query, " ORDER BY registered DESC LIMIT 1");
     154        psStringAppend(&query, " ORDER BY registered DESC, iteration DESC LIMIT 1");
    155155    }
    156156
Note: See TracChangeset for help on using the changeset viewer.