IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 19, 2008, 1:59:32 PM (18 years ago)
Author:
jhoblitt
Message:

invert exposure sort order such that the newest data (by dateobs) is downloaded
first

File:
1 edited

Legend:

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

    r17925 r18203  
    225225    }
    226226
     227    psStringAppend(&query, " ORDER BY summitExp.dateobs DESC");
     228
    227229    // treat limit == 0 as "no limit"
    228230    if (limit) {
     
    295297            psFree(whereClause);
    296298        }
     299
     300        psStringAppend(&query, " ORDERY BY summitExp.dateobs DESC");
    297301
    298302        // request the full "limit" from each known camera and throw away any
Note: See TracChangeset for help on using the changeset viewer.