Mailing List Archive

Re: [Zope] Bug in ZSQL test?
Hi all,

many years I use patched files - here are (see attachment) from my Zope 251
at
ZOPEROOT/lib/python/Shared/DC/ZRDB/dtml

But it is not able to handle tooooo loooong queries, for long queries it
needs one more little mod with FORM tag. So see the little nuances with your
newer zope sources ;-)

Regards, JL.

----- Original Message -----
From: "Garry Saddington" <garry@schoolteachers.co.uk>


> On Thursday 10 July 2008 20:47, Allen Schmidt Sr. wrote:
>> I know, I know...too old to worry about...
>> Zope 2.8.9.1 on RedHat and MySQL5
>>
>> In the Test tab of a ZSQL method, where the query has parameters, when
>> we enter parameters that generate a result of more than 20 rows, we get
>> the link for next 20 results. However, the parameters are not getting
>> passed in and the next page shows all the rows as if no parameters
>> passed.
>>
>> Anyone else seen this?
> Yes Zope 2.9 gives error for the missing parameters on second page. I have
> just lived with it having seen the error before on this list.