[Zope-DB] Re: How to call a zsql method with NOT a parameter
Dieter Maurer
dieter at handshake.de
Thu Jan 27 13:57:56 EST 2005
Axel Straschil wrote at 2005-1-26 20:30 +0000:
>Found a workaround:
>context.my_zsql(langid=mylangid) does not work
>container.my_zsql(langid=mylangid) does work
>
>I'n my opinion, when context and container find the same method,
>but give different results, thats a bug,?
You should read about how acquisition works...
You will find it to be a documented feature...
--
Dieter
More information about the Zope-DB
mailing list