File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
neo4j-driver-deno/lib/core Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,9 @@ class SessionConfig {
138
138
* straightforward way and potentially simplifies driver logic as well as
139
139
* reduces network communication resulting in better performance.
140
140
*
141
+ * Usage of Cypher clauses like USE is not a replacement for this option.
142
+ * The driver does not parse any Cypher.
143
+ *
141
144
* When no explicit name is set, the driver behavior depends on the connection
142
145
* URI scheme supplied to the driver on instantiation and Bolt protocol
143
146
* version.
Original file line number Diff line number Diff line change @@ -138,6 +138,9 @@ class SessionConfig {
138
138
* straightforward way and potentially simplifies driver logic as well as
139
139
* reduces network communication resulting in better performance.
140
140
*
141
+ * Usage of Cypher clauses like USE is not a replacement for this option.
142
+ * The driver does not parse any Cypher.
143
+ *
141
144
* When no explicit name is set, the driver behavior depends on the connection
142
145
* URI scheme supplied to the driver on instantiation and Bolt protocol
143
146
* version.
You can’t perform that action at this time.
0 commit comments