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 @@ -626,11 +626,11 @@ access mode passed to that session on construction.
626626
627627.. note ::
628628 The driver does not parse Cypher queries and cannot determine whether the
629- access mode should be ``neo4j.ACCESS_WRITE `` or ``neo4j.ACCESS_READ ``.
629+ access mode should be ``neo4j.WRITE_ACCESS `` or ``neo4j.READ_ACCESS ``.
630630 This setting is only meant to enable the driver to perform correct routing,
631631 *not * for enforcing access control. This means that, depending on the server
632632 version and settings, the server or cluster might allow a write-statement to
633- be executed even when ``neo4j.ACCESS_READ `` is chosen. This behaviour should
633+ be executed even when ``neo4j.READ_ACCESS `` is chosen. This behaviour should
634634 not be relied upon as it can change with the server.
635635
636636:Type: ``neo4j.WRITE_ACCESS ``, ``neo4j.READ_ACCESS ``
You can’t perform that action at this time.
0 commit comments