Comment 8 for bug 121363

Revision history for this message
Robert Collins (lifeless) wrote :

sorting by id is also a nice UI thing, on reflection. Perhaps we should make the index:
CREATE INDEX bugtask__date_closed__id__idx ON BugTask (date_closed, id desc nulls first);

which will support ORDER BY date_closed desc, id