pyax team mailing list archive
-
pyax team
-
Mailing list archive
-
Message #00055
[Bug 340276] [NEW] pyax 0.9.7 fails to return data when the number of records exceeds 500.
Public bug reported:
In connection.py:
The following code fails:
sobject_records, done, query_locator = self._unpackQueryResult(query_result)
while done is False:
records, done, query_locator = self._unpackQueryResult(query_result)
sobject_records.extend(records)
This function goes into a rather infinite loop whenever the number of
records exceed 500.
** Affects: pyax
Importance: Undecided
Status: New
--
pyax 0.9.7 fails to return data when the number of records exceeds 500.
https://bugs.launchpad.net/bugs/340276
You received this bug notification because you are a member of pyax
Developers, which is the registrant for pyax.
Follow ups
References