Closed (duplicate)
Project:
Drupal core
Version:
4.4.1
Component:
postgresql database
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Jun 2004 at 22:05 UTC
Updated:
3 Aug 2004 at 15:20 UTC
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
Comment #1
adrian commentedThis 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.
Comment #2
adrian commentedduplicate of 7295