You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the apoc.ttl functions, it makes a call to util.java to see if this instance is writeable.
On line 703, it calls:
String role = db.executeTransactionally("CALL dbms.cluster.role()", Collections.emptyMap(),
In 4.x, this throws an error as it is looking for a database name.
Actual Behavior (Mandatory)
Should provide 1 parameter in cypher , for example CALL dbms.cluster.role(‘movies’)
Versions
Neo4j: 4.1.0 and 4.1.1
Neo4j-Apoc: apoc-4.1.0.1-all.jar
The text was updated successfully, but these errors were encountered:
sarmbruster
added a commit
to sarmbruster/neo4j-apoc-procedures
that referenced
this issue
Aug 5, 2020
Expected Behavior (Mandatory)
When running the apoc.ttl functions, it makes a call to util.java to see if this instance is writeable.
On line 703, it calls:
String role = db.executeTransactionally("CALL dbms.cluster.role()", Collections.emptyMap(),
In 4.x, this throws an error as it is looking for a database name.
Actual Behavior (Mandatory)
Should provide 1 parameter in cypher , for example CALL dbms.cluster.role(‘movies’)
Versions
The text was updated successfully, but these errors were encountered: