Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

select c.body as "Last Comment"
from issues i inner join issuecomments c on c.issueid=i.id
where i.key=? order ${id} order by c.updated desc limit 1

...