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

apoc.periodic.repeat does not affect #554

Open
java-eyes opened this issue Dec 7, 2023 · 1 comment
Open

apoc.periodic.repeat does not affect #554

java-eyes opened this issue Dec 7, 2023 · 1 comment

Comments

@java-eyes
Copy link

apoc.periodic.repeat does not take a place, for example the below simple cypher does not execute
CALL apoc.periodic.repeat(
"create-people",
"UNWIND range(1,2) AS id CREATE (:Person {uuid: apoc.create.uuid()})",
1
);

@Lojjs
Copy link
Contributor

Lojjs commented Dec 8, 2023

@java-eyes Your query looks correct to me. Do you mean that it is the inner create query that is never run (i.e. no nodes created) or that you get some error when you run the whole query? Which version of Neo4j and APOC are you using?

Best regards Louise, Neo4j

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants