bareos: bareos-14.2 6ba049f4

Author Committer Branch Timestamp Parent
pstorz mvwieringen bareos-14.2 2015-01-23 12:02 bareos-14.2 0cd4fe01 Pending
Affected Issues  0000403: "list jobs" command output is not always sorted
Changeset Change the order of output for list jobs

We now ORDER BY JobId instead of
       ORDER BY StartTime,JobId

This prevents showing jobs without starttime timestamp
always as last output.

Fixes 0000403: "list jobs" command output is not always sorted
mod - src/cats/sql_list.c Diff File