File tree 1 file changed +2
-2
lines changed
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.
626
626
627
627
.. note ::
628
628
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 ``.
630
630
This setting is only meant to enable the driver to perform correct routing,
631
631
*not * for enforcing access control. This means that, depending on the server
632
632
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
634
634
not be relied upon as it can change with the server.
635
635
636
636
:Type: ``neo4j.WRITE_ACCESS ``, ``neo4j.READ_ACCESS ``
You can’t perform that action at this time.
0 commit comments