← Back to team overview

pyax team mailing list archive

[Bug 317723] Re: pyax fails to return when result set contains a lot of data

 

That sounds more like a replication for #301187

It looks here like the issue is that the row(s) of the result set are so
large that the batch size is forced down to 1 by sfdc, and then pyax
tries to extend further result sets to it as fetched with queryMore.
While I can return a result-set of size 1 with the LIMIT 1 clause, I
can't force batch size to 1 (200 is the lowest a user can set it).

I will try to fabricate a test where I unpack only the first record of
each iteration of a large result set.

-- 
pyax fails to return when result set contains a lot of data
https://bugs.launchpad.net/bugs/317723
You received this bug notification because you are a member of pyax
Developers, which is the registrant for pyax.



References