[Zope] sqltest conditions

Rob Page rob.page@digicool.com
Thu, 16 Sep 1999 22:36:42 -0400


> If no one can come up with a reason then I might take a stab 
> at adding an
> optional attribute to sqltest, something like this:
> 
>   Option	SQL
>   -------	-------
>   op=eq		C = V		or C in (V) if V is a list
>   op=like	C like V
>   op=lt		C < V
>   op=le		C <= V
>   op=gt		C > V
>   op=ge		C >= V
>   op=ne		C <= V
> 

I've wanted this for some time....  :^)  I think this is a fine idea.

--Rob