Hello,

Mickael MAKOWSKI wrote:
>  
> I'm just using Trac and i have 3 questions about the use of Ticket Queries :
> - first, verbose param is for display the body of the ticket,
> but i don't see any difference between 'query?...&verbose' and 
> 'query?...&verbose=1'
>   

Yes, there's no difference, only the presence of the key is checked, not 
its actual content. Bug or feature? I can't tell ;-)

> - second, i wrote a report which display  '*' if ticket is assigned for the 
> owner, like:
>    (CASE status WHEN 'assigned' THEN owner||' *' ELSE owner END) AS owner,
> can i transpose it in Query?
>   

No, it's not possible.

>  
> - third, but it's personal, what do you think about the TicketQuery Macro?
>   

It's obviously intended for simple queries, more complex ones are for 
now to be done in SQL.
On the other hand, queries involving custom fields are way simpler to 
write using the TicketQuery language.
Also, the syntax for TicketQuery will gradually become more powerful 
(e.g. #2647, #4005, #5031)

The long term idea is that the TicketQuery will evolve to a 
full-featured query language suited for making requests on any kind of 
Trac resources and relations between them (see. e.g. #3375 and 
TracCrossReferences).

-- Christian


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to