[Zope-dev] Z SQL: "optional" isn't?

Kyler B. Laird laird@ecn.purdue.edu
Sat, 27 May 2000 07:43:27 EST


On Sat, 27 May 2000 13:07:50 +1000 (EST) you wrote:

>In your 'Options' box for your ZSQL method, you can specify a default
>value for arguments if they were not passed:
>
>subject:string = ''
>course_nbr: string = ''
>
>Don't know if/where it is documented.

I hope it's not documented anywhere; it doesn't
work either.

It *does* allow the method to run without 
setting the arguments, but it generates SQL
like "where subject=''''''".

Someone had a good vision when writing the
documentation for the sqltest optional flag.
I just want it to work.

--kyler