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 0a1b20e commit ee4baf7Copy full SHA for ee4baf7
packages/core/src/session.ts
@@ -591,6 +591,7 @@ class Session {
591
* Configure the transaction executor to pipeline transaction begin.
592
*
593
* @private
594
+ * @returns {void}
595
*/
596
private _setTxExecutorToPipelineBegin (pipelined: boolean): void {
597
this._transactionExecutor.pipelineBegin = pipelined
packages/neo4j-driver-deno/lib/core/session.ts
0 commit comments