IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36544


Ignore:
Timestamp:
Feb 20, 2014, 6:33:44 PM (12 years ago)
Author:
watersc1
Message:

Add more information to detselect -show.

Location:
trunk/ippTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/detselect_show.sql

    r36543 r36544  
    88    good_iteration as iteration,
    99    filelevel,
     10    det_type,
     11    mode,
     12    registered,
    1013    filter,
    1114    time_begin,
  • trunk/ippTools/src/detselect.c

    r36543 r36544  
    275275    // the latest insertion date
    276276
    277     psStringAppend(&query, " ORDER BY registered DESC, iteration DESC, time_begin, time_end");
     277    psStringAppend(&query, " ORDER BY registered DESC, iteration DESC");
    278278
    279279    if (!p_psDBRunQuery(config->dbh, query)) {
Note: See TracChangeset for help on using the changeset viewer.