[Zope] 2.1.4 to 2.1.6 nightmare

Chris Withers chrisw@nipltd.com
Wed, 24 May 2000 21:30:24 +0100


Felipe Alvarez Harnecker wrote:
> Applied the patch. No luck. Still getting the same behavior.

Oops, sorry, missed the SQL method first time round...

You'll also need to do the following:

> 
> In the file: lib/python/Shared/DC/ZRDB/DA.py
> 
> Around line 424, replace:
> 
>      query=apply(self.template, (p, argdata))
> 
> with
> 
>      query=apply(self.template, (p, argdata), argdata.__data__) 

cheers,

Chris