mantisbt-plugins / timetracking

Other
28 stars 41 forks source link

Fix column sorting #45

Closed cproensa closed 4 years ago

cproensa commented 4 years ago

Fix sql query for sorting columns. In some databases the expression used in the "order by" clause must appear in the select clause. See fix provided by issue #26612.