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