Changeset 84097 in vbox for trunk/src/VBox/ValidationKit/testmanager/core/testbox.py
- Timestamp:
- Apr 30, 2020 10:35:14 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/core/testbox.py
r84091 r84097 745 745 kdSortColumnMap = { 746 746 0: 'TestBoxesWithStrings.sName', 747 kiSortColumn_sName: "regexp_replace(TestBoxesWithStrings.sName,'[0-9]*', '', 'g'), "\748 "regexp_replace(CONCAT(TestBoxesWithStrings.sName,'0'),'[^0-9]*','', 'g')::int",749 -kiSortColumn_sName: "regexp_replace(TestBoxesWithStrings.sName,'[0-9]*', '', 'g') DESC, "\750 "regexp_replace(CONCAT(TestBoxesWithStrings.sName,'0'),'[^0-9]*','', 'g')::int DESC",747 kiSortColumn_sName: "regexp_replace(TestBoxesWithStrings.sName,'[0-9]*', '', 'g'), " \ 748 "RIGHT(CONCAT(regexp_replace(TestBoxesWithStrings.sName,'[^0-9]*','', 'g'),'0'),8)::int", 749 -kiSortColumn_sName: "regexp_replace(TestBoxesWithStrings.sName,'[0-9]*', '', 'g') DESC, " \ 750 "RIGHT(CONCAT(regexp_replace(TestBoxesWithStrings.sName,'[^0-9]*','', 'g'),'0'),8)::int DESC", 751 751 kiSortColumn_sOs: 'TestBoxesWithStrings.sOs', 752 752 -kiSortColumn_sOs: 'TestBoxesWithStrings.sOs DESC',
Note:
See TracChangeset
for help on using the changeset viewer.