We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd8b48 commit 8f31b14Copy full SHA for 8f31b14
packages/neo4j-driver-deno/lib/core/driver.ts
@@ -139,7 +139,7 @@ class SessionConfig {
139
* reduces network communication resulting in better performance.
140
*
141
* Usage of Cypher clauses like USE is not a replacement for this option.
142
- * Driver sends Cypher to the server for processing.
+ * The driver does not parse any Cypher.
143
144
* When no explicit name is set, the driver behavior depends on the connection
145
* URI scheme supplied to the driver on instantiation and Bolt protocol
0 commit comments