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

Fixes #2654: The custom procedure validation fails with integer input types #2702

Merged
merged 2 commits into from
May 19, 2022

Conversation

vga91
Copy link
Collaborator

@vga91 vga91 commented Apr 5, 2022

Fixes #2654

Previously the EXPLAIN statement in validateProcedure returned a Map.of("inputName", "inputName", "inputName2", "inputName2", etc...), which failed with some structures like power or range().


Added #2880 test case

@vga91 vga91 merged commit 7e9569f into neo4j-contrib:4.3 May 19, 2022
neo4j-oss-build pushed a commit that referenced this pull request May 19, 2022
… types (#2702)

* Fixes #2654: The custom procedure validation fails with integer input types

* added issue 2880 test case
vga91 pushed a commit that referenced this pull request May 23, 2022
vga91 pushed a commit that referenced this pull request May 24, 2022
vga91 added a commit to vga91/neo4j-apoc-procedures that referenced this pull request May 27, 2022
…integer input types (neo4j-contrib#2702)

* Fixes neo4j-contrib#2654: The custom procedure validation fails with integer input types

* added issue 2880 test case
vga91 added a commit that referenced this pull request May 30, 2022
… types (#2702)

* Fixes #2654: The custom procedure validation fails with integer input types

* added issue 2880 test case
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants