I am new to Trac. Can anyone tell me why the following report has a very long "summary" column?
SELECT p.value AS __color__, ' '||component AS __group__, id AS ticket, summary, t.type AS type, owner, status,description AS _description, reporter AS _reporter FROM ticket t LEFT JOIN enum p ON p.name = t.priority AND p.type = 'priority' WHERE status <> 'closed' AND milestone = 'Integrated LinkedIn Search App' ORDER BY component,CAST(p.value AS integer), t.type, time -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
