-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Executing a query in tight loop with increasing offset triggers this exception.
To Reproduce
Steps to reproduce the behavior:
- Create client with neo4j scheme bolt
- Open read transaction
- Create a query with limit 1000
- Commit transaction
- Manually increase the offset
- repeat until it errors (or the resulting number of elements < limit).
Issue only happens when we get more results than the limit and we need to keep looping
Expected behavior
Be able to call the query in a loop until no more results exist.
Desktop (please complete the following information):
- Library version: 2.8.x - tried them all
- Neo4j Version: 4.4.14 (enterprise)
- PHP version: 7.4.33
- OS: Linux 5.4.0-1086-gke
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working