Hi all,

I initially had the "KeyError query" problem with testing zsql methods that 
returned more than 20 rows of results. I found the fix for that problem in the 
zope collector(#1812) but now when I try to follow the "next 20 results" I now 
get a ValueError because my input value is missing.

To fix the first problem I edited two lines in 
Zope2.7/lib/python/Shared/DC/ZRDB/dtml/customDefaultReport.dtml to read 

<a 
href="&dtml-URL;?query_start=&dtml-previous-sequence-start-number;&query=<dtml-var
 query url_quote missing=''>">
and
<a 
href="&dtml-URL;?query_start=&dtml-next-sequence-start-number;&query=<dtml-var 
query url_quote missing=''>">

Has anyone else gotten past this?

_______________________________________________
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db

Reply via email to