Edgewall Software

Changes between Version 9 and Version 10 of TracIniReportCustomFieldSample


Ignore:
Timestamp:
Mar 30, 2007, 1:01:28 PM (17 years ago)
Author:
anonymous
Comment:

nicified the SQL

Legend:

Unmodified
Added
Removed
Modified
  • TracIniReportCustomFieldSample

    v9 v10  
    189189SELECT
    190190  tc1.value AS Duration
     191
    191192  FROM ticket_custom tc1
     193
    192194  INNER JOIN ticket_custom tc2
    193195  ON tc1.ticket = tc2.ticket
     196
    194197  WHERE tc1.name = 'duration'
    195198  AND tc2.value = 'Our Customer'