VirtualBox

Ignore:
Timestamp:
Mar 19, 2020 6:31:18 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
136537
Message:

TestManger/schedgroup.py: changed the sorting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/core/schedgroup.py

    r82968 r83340  
    447447                              'FROM     SchedGroups\n'
    448448                              'WHERE    tsExpire = \'infinity\'::TIMESTAMP\n'
    449                               'ORDER BY idSchedGroup DESC\n'
     449                              'ORDER BY fEnabled DESC, sName DESC\n'
    450450                              'LIMIT %s OFFSET %s\n'
    451451                              , (cMaxRows, iStart,));
     
    455455                              'WHERE    tsExpire     > %s\n'
    456456                              '     AND tsEffective <= %s\n'
    457                               'ORDER BY idSchedGroup DESC\n'
     457                              'ORDER BY fEnabled DESC, sName DESC\n'
    458458                              'LIMIT %s OFFSET %s\n'
    459459                              , (tsNow, tsNow, cMaxRows, iStart,));
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette