Hi,
is there some limitations in the number of statements that can be run using CALL apoc.cypher.runFile() ?
I notice that in my case, if my file contains 99 lines (each statement on one line ending with a semi-colon), it works fine. But with 100 or ...