Hello,
Booleano and Geniusql seem to be two different things:
* If you need to *parse* a text-based filter (aka "boolean expression"), use
Booleano.
* If you already have the data in a useful form (i.e., no need to parse
anything), use Geniusql.
BTW, you can use a Booleano parse tree not only
Gustavo Narea wrote:
> Randy said:
> > Does anyone know of a Python package that would provide query building
> > functionality like Trac has when doing a custom query on the tickets?
>
> Are you talking about a front-end that allows end-users "assemble" the
> query, or a back-end that turns user-
Hello,
Randy said:
> Does anyone know of a Python package that would provide query building
> functionality like Trac has when doing a custom query on the tickets?
Are you talking about a front-end that allows end-users "assemble" the query,
or a back-end that turns user-provided data into a res