We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
apoc.cypher.runFile should be able to tolerate an empty txn
stored proc fails, for example
neo4j> call apoc.cypher.runFile('/home/neo4j/neo4j-enterprise-3.5.5/import/chain.cleanup.cypher');
Failed to invoke procedure apoc.cypher.runFile: Caused by: org.neo4j.cypher.internal.v3_5.util.SyntaxException: Invalid input ':': expected (line 2, column 1 (offset: 1))
apoc.cypher.runFile
Create a file, named runFile.cyp with the following content
:begin :commit
attempt to use apoc.cypher.runFile();
Currently used versions
The text was updated successfully, but these errors were encountered:
fixes neo4j-contrib#1262: apoc.cypher.runFile fails when there is a e…
e776009
…mpty transaction
fixes #1262: apoc.cypher.runFile fails when there is a empty transact…
0f7cbd6
…ion (#1349)
eca1b25
Successfully merging a pull request may close this issue.
Guidelines
Expected Behavior (Mandatory)
apoc.cypher.runFile should be able to tolerate an empty txn
Actual Behavior (Mandatory)
stored proc fails, for example
neo4j> call apoc.cypher.runFile('/home/neo4j/neo4j-enterprise-3.5.5/import/chain.cleanup.cypher');
Failed to invoke procedure
apoc.cypher.runFile
: Caused by: org.neo4j.cypher.internal.v3_5.util.SyntaxException: Invalid input ':': expected (line 2, column 1 (offset: 1))How to Reproduce the Problem
Create a file, named runFile.cyp with the following content
attempt to use apoc.cypher.runFile();
Specifications (Mandatory)
Currently used versions
Versions
The text was updated successfully, but these errors were encountered: