[Zope-dev] ZSQLMethod is stupid :o|
R. David Murray
bitz@bitdance.com
Wed, 14 Aug 2002 08:18:38 -0400 (EDT)
On 14 Aug 2002, Axel Bock wrote:
> I tried the suggestion of Leonardo, but I got one simple - but
> nonetheless annoying - problem right now:
Simple enough for the zope list rather than zope-dev <grin>.
> I defined an SQL method with the two parameters title and plicense.
> Now if I call self.save_license(something, something_else) he keeps
> complaining
> "missing input variable plicense",
> which I truly do not understand. (I even named the variables in the
> function call title and plicense, and nothing happened!).
self.save_license(title=something,plicense=something_else)
--RDM