neo4j / apoc

Apache License 2.0
81 stars 27 forks source link

[oIVz2Y7V] apoc.refactor.cloneNodes does not need to be in its own transaction #605

Closed gem-neo4j closed 6 months ago

gem-neo4j commented 6 months ago

There was a github issue where a user complained that if the Cypher query failed after this procedure ran, the procedure itself still committed the result. This is because it opened new transactions inside, this seemed overkill, so removed that from happening.