Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ErrorException: Notice: Undefined index: #170

Open
joaopbnogueira opened this issue Feb 24, 2023 · 0 comments
Open

ErrorException: Notice: Undefined index: #170

joaopbnogueira opened this issue Feb 24, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@joaopbnogueira
Copy link

joaopbnogueira commented Feb 24, 2023

Describe the bug
Executing a query in tight loop with increasing offset triggers this exception.

To Reproduce
Steps to reproduce the behavior:

  1. Create client with neo4j scheme bolt
  2. Open read transaction
  3. Create a query with limit 1000
  4. Commit transaction
  5. Manually increase the offset
  6. 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.

Screenshots
Screenshot 2023-02-24 at 17 59 53

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
@joaopbnogueira joaopbnogueira added the bug Something isn't working label Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant