[Ml-yokadi] feature request
Sébastien Renard
Sebastien.Renard at digitalfox.org
Thu Aug 20 08:31:32 CEST 2009
Le lundi 17 août 2009 22:08:54, Aurélien Gâteau a écrit :
> David Faure wrote:
> > On Monday 17 August 2009, David Faure wrote:
> >> I'm quite confused now, actually, the details seem to escape me.
> >> The -g option sounds fine to me, what's the other solution?
> >> The "t_list @keyword projects" one, implicitly grouping on keywords?
> >> I guess explicit is better than implicit, for future extensions, no?
> >
> > On that topic, the current implementation of t_list -k is already quite
> > ok, except that it lists all internal keywords like _bug, _likelihood and
> > _severity. Could _% be excluded?
>
> Yes, it's the plan.
Done in master. As well as filtering on partial keyword name. I've been stucked
by a stupid point : the underscore (_) is a wildcard for LIKE in SQL... And
SQLObject does not understand ESCAPE keyword... So I ended with filtrering
application side instead of database side. Sad.
Next and last step is to change -k from boolean switch to standard switch in
order to take a keyword (or partial keyword name) as argument. Old -k may be
emulated with -k %.
I just wonder if we should use internal keyword for grouping at least when
given explicitely as grouping argument (-k _% for example).
--
Sébastien
More information about the Ml-yokadi
mailing list