IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2011, 5:38:17 PM (15 years ago)
Author:
watersc1
Message:

Change to force the results from towarped to be sorted by warp_id. This allows updates to get through without being stopped by incoming new runs.

File:
1 edited

Legend:

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

    r32469 r32551  
    984984
    985985        psString query = psStringCopy(originalQuery);
    986 
     986        psStringAppend(&query,"\nORDER BY warp_id");
    987987        // treat limit == 0 as "no limit"
    988988        psString limitString = psStringCopy("");
     
    993993            psStringAppend(&query, "%s", limitString);
    994994        }
     995
    995996        psString thisWhere = NULL;
    996997        if (whereStr) {
Note: See TracChangeset for help on using the changeset viewer.