File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -686,11 +686,11 @@ access mode passed to that session on construction.
686
686
687
687
.. note ::
688
688
The driver does not parse Cypher queries and cannot determine whether the
689
- access mode should be ``neo4j.ACCESS_WRITE `` or ``neo4j.ACCESS_READ ``.
689
+ access mode should be ``neo4j.WRITE_ACCESS `` or ``neo4j.READ_ACCESS ``.
690
690
This setting is only meant to enable the driver to perform correct routing,
691
691
*not * for enforcing access control. This means that, depending on the server
692
692
version and settings, the server or cluster might allow a write-statement to
693
- be executed even when ``neo4j.ACCESS_READ `` is chosen. This behaviour should
693
+ be executed even when ``neo4j.READ_ACCESS `` is chosen. This behaviour should
694
694
not be relied upon as it can change with the server.
695
695
696
696
:Type: ``neo4j.WRITE_ACCESS ``, ``neo4j.READ_ACCESS ``
You can’t perform that action at this time.
0 commit comments