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 #4136: apoc.load.jdbcUpdate doesn't work in apoc.periodic.repeat procedure #4152

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

vga91
Copy link
Collaborator

@vga91 vga91 commented Jul 24, 2024

Fixes #4136

Modified the issue procedure a little bit, since even without validation that doesn't work,
as the yield row is absent.

Changed the Mode.DBMS to Mode.READ, to solve the issue., as with Mode.DBMS the apoc.periodic.repeat fails due to this validation, which checks that the inner procedures/queries have to be of type read or write.

This should not be a breaking-change anyway,
since with this procedure, we cannot execute operations against the neo4j database, instead against the SQL database,
so the mode SCHEMA should not be needed.

@vga91 vga91 marked this pull request as ready for review July 25, 2024 07:27
@RobertoSannino RobertoSannino requested a review from jexp July 25, 2024 08:45
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.

1 participant