IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24455


Ignore:
Timestamp:
Jun 16, 2009, 7:48:21 PM (17 years ago)
Author:
bills
Message:

Discovered that we need to explicitly add ORDER BY fileset_id in order to get the filesets
in a product listed in order of registration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStoreServer/scripts/dsprodindex

    r23901 r24455  
    8080}
    8181       
    82 $stmt = $dbh->prepare("SELECT * FROM dsFileset WHERE prod_id = $prod_id  $after_clause");
     82$stmt = $dbh->prepare("SELECT * FROM dsFileset WHERE prod_id = $prod_id  $after_clause ORDER BY fileset_id");
    8383$stmt->execute();
    8484
Note: See TracChangeset for help on using the changeset viewer.