Hi, I'm trying to make a query that lists all tickets that "needs review", but do not have anybody in the Reviewer field. I can't do this, because the field is not "Reviewer" but "Reviewer(s)", and I can't figure out how to use the query language of trac (some sort of SQL) to deal with a field name with parenthesis in it.
Here's the query: http://trac.sagemath.org/sage_trac/report/46 Can somebody either show me where I can change the name of that field or -- if it is possible -- explain how to do a query that involves field names with parenthesis. I already tried many possible variants that would work for SQL like using quotes, square brackets, etc. Incidentally, I think a ticket set to "needs review" that doesn't have a specific *reviewer* chosen by the author of the ticket, should be bumped back to "needs work". Perhaps the biggest reason we have 279 tickets (right now) that need review is that in most cases people don't do anything to get a specific person to review their ticket. If they couldn't set their ticket to "needs review" without choosing a reviewer, we would be in better shape. -- William -- William Stein Professor of Mathematics University of Washington http://wstein.org -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org