apoc icon indicating copy to clipboard operation
apoc copied to clipboard

apoc.periodic.repeat does not affect

Open java-eyes opened this issue 1 year ago • 1 comments

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 );

java-eyes avatar Dec 07 '23 11:12 java-eyes