On PostgreSQL, when you go to the tracker, all the nodes appear with date "Jan 01 1970", which results in an unordered list of nodes.

I have talked to Adrian about this and he says a chunk of this code needs to be rewritten for it to work ok in psql.
I hope he can input more...

Jordi

Comments

adrian’s picture

Assigned: Unassigned » vertice@www.drop.org

This is related to the calls to MAX(GREATEST(node.created, comment.timestamp)) in tracker.module's sql.

this needs to be replaced with something cross db compatible.

adrian’s picture

duplicate of 7295