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

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to