neo4j / apoc

Apache License 2.0
81 stars 27 forks source link

[2oZpORer] Fix illegal use of inner transaction in apoc.periodic.iterate #596

Closed loveleif closed 6 months ago

loveleif commented 6 months ago

Make apoc.periodic.iterate rebind values before using them in inner transactions. Failing to do this can cause dead locks, failures and undefiened behaviour if the value contains nodes or relationships (because they carry transactions).