-
Notifications
You must be signed in to change notification settings - Fork 493
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
Apoc Procedures can't return empty map #2909
Comments
I have encountered the same issue running on Neo4j version 4.2.5-community / apoc 4.2.0.10 |
tomocesnik
pushed a commit
to tomocesnik/neo4j-apoc-procedures
that referenced
this issue
Jun 17, 2022
Merged
Lojjs
pushed a commit
that referenced
this issue
Jun 27, 2022
neo4j-oss-build
pushed a commit
that referenced
this issue
Jun 27, 2022
neo4j-oss-build
pushed a commit
that referenced
this issue
Jun 27, 2022
vga91
pushed a commit
to vga91/neo4j-apoc-procedures
that referenced
this issue
Jun 29, 2022
Co-authored-by: Tomo Česnik <[email protected]>
gem-neo4j
pushed a commit
to gem-neo4j/neo4j-apoc-procedures
that referenced
this issue
Jul 12, 2022
… NO AUTO Co-authored-by: Tomo Česnik <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BUG
Inside APOC procedures is a bug, that prevents you to return an empty map.
When returning empty map {} the APOC raise exception :
Expected positive int value, got 0
How to Reproduce the Problem
Create APOC procedure that returns an empty map :
call custom.test;
returns:
Expected positive int value, got 0
Versions
The text was updated successfully, but these errors were encountered: