IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9467


Ignore:
Timestamp:
Oct 10, 2006, 12:13:03 PM (20 years ago)
Author:
eugene
Message:

replacing LIMIT in search query

File:
1 edited

Legend:

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

    r9440 r9467  
    135135    }
    136136
    137     // psStringAppend(&query, " LIMIT 1");
     137    // XXX this needs to be more controlled: we should specifically choose the
     138    // single detrend image which matches all criteria and has the latest
     139    // insertion date
     140    psStringAppend(&query, " LIMIT 1");
    138141
    139142    if (!p_psDBRunQuery(config->dbh, query)) {
Note: See TracChangeset for help on using the changeset viewer.