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 {
138138 * straightforward way and potentially simplifies driver logic as well as
139139 * reduces network communication resulting in better performance.
140140 *
141+ * Usage of Cypher clauses like USE is not a replacement for this option.
142+ * The driver does not parse any Cypher.
143+ *
141144 * When no explicit name is set, the driver behavior depends on the connection
142145 * URI scheme supplied to the driver on instantiation and Bolt protocol
143146 * version.
Original file line number Diff line number Diff line change @@ -138,6 +138,9 @@ class SessionConfig {
138138 * straightforward way and potentially simplifies driver logic as well as
139139 * reduces network communication resulting in better performance.
140140 *
141+ * Usage of Cypher clauses like USE is not a replacement for this option.
142+ * The driver does not parse any Cypher.
143+ *
141144 * When no explicit name is set, the driver behavior depends on the connection
142145 * URI scheme supplied to the driver on instantiation and Bolt protocol
143146 * version.
You can’t perform that action at this time.
0 commit comments