Edgewall Software

Changes between Initial Version and Version 1 of Ticket #13216


Ignore:
Timestamp:
Oct 30, 2019, 9:48:23 AM (5 years ago)
Author:
massimo.b@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13216 – Description

    initial v1  
    118118Oct 30 09:36:00 [postgres] [7-4] _  LEFT OUTER JOIN ticket_custom AS "duedate" ON ("duedate".ticket=t.id AND "duedate".name='duedate')
    119119Oct 30 09:36:00 [postgres] [7-5] _  LEFT OUTER JOIN enum AS priority ON (priority.type='priority' AND priority.name=t.priority)
    120 Oct 30 09:36:00 [postgres] [7-6] _WHERE ((COALESCE(t.owner,'')='MBurcheri') AND COALESCE(t.status,'') IN ('accepted','assigned','new','reopened') AND ((CAST("duedate".value AS bigint)>=1569880800000000 AND CAST("duedate".value AS bigint)<1572476400000000)))
     120Oct 30 09:36:00 [postgres] [7-6] _WHERE ((COALESCE(t.owner,'')='MB') AND COALESCE(t.status,'') IN ('accepted','assigned','new','reopened') AND ((CAST("duedate".value AS bigint)>=1569880800000000 AND CAST("duedate".value AS bigint)<1572476400000000)))
    121121Oct 30 09:36:00 [postgres] [7-7] _ORDER BY COALESCE(priority.value,'')='',CAST(priority.value AS int),t.id) AS x
    122122}}}