Edgewall Software

Changes between Version 1 and Version 2 of 1.3/TracReports


Ignore:
Timestamp:
Nov 12, 2016, 5:37:18 PM (7 years ago)
Author:
Christian Boos
Comment:

document #11837

Legend:

Unmodified
Added
Removed
Modified
  • 1.3/TracReports

    v1 v2  
    135135}}}
    136136
     137It is possible to assign a default value to the variable, within a SQL comment:
     138
     139{{{#!sql
     140-- PRIORITY = high
     141
     142SELECT id AS ticket,summary FROM ticket WHERE priority=$PRIORITY
     143}}}
     144
     145
    137146=== !Special/Constant Variables
    138147