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.
begin_transaction
1 parent d515843 commit 83f9027Copy full SHA for 83f9027
neo4j/_sync/work/session.py
@@ -410,7 +410,7 @@ def begin_transaction(
410
At most one transaction may exist in a session at any point in time.
411
To maintain multiple concurrent transactions, use multiple concurrent sessions.
412
413
- Note: For auto-transaction (Session.run) this will trigger a consume for the current result.
+ Note: For auto-transaction (Session.run) this will trigger an consume for the current result.
414
415
:param metadata:
416
a dictionary with metadata.
0 commit comments