22 Nov 2005 23:16:26 -0200, Jorge Godoy <[EMAIL PROTECTED]>: > I've noticed that if I use a decorator like > > @identity.require(group="groupA, groupB") > > it acts like an "AND" -- as expected by what is in the docs...
Just a thought - maybe it's worth to extend require function with an extra parameter for sqlbuilder expression? e.g. @identity.require(query=OR(User.q.group == groupA, User.q.group == groupB)) -- Ksenia

