Changeset 18719 for trunk


Ignore:
Timestamp:
01/07/17 11:16:35 (8 years ago)
Author:
tbretz
Message:
Cosmetics in the ORDER BY clause, added ASC to be more precise.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/scripts/getSchedule.js

    r18713 r18719  
    2121                        "LEFT JOIN Source USING (fSourceKey) "+
    2222                        "WHERE fStart>'"+start.toISOString()+"' "+
    23                         "ORDER BY fStart, fMeasurementID");
     23                        "ORDER BY fStart ASC, fMeasurementID ASC");
    2424
    2525    // Close db connection
Note: See TracChangeset for help on using the changeset viewer.