Hotfix:
> fields = select tr.*, tf.* from ticket_revision tr left join
> ticket_field_revision tfr on tr.id == tfr.rev_id where tr.ticket_id = :id
> order by tr.creation_date desc
dict = {}
for field in fields:
dict[field.name] = field.value
-- Carsten
--
You received this message because you are subscribed to the Google Groups "Trac
Development" 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-dev?hl=en.