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 7c8911e commit 754f39cCopy full SHA for 754f39c
source/fundamentals/transactions.txt
@@ -95,8 +95,8 @@ describes these methods:
95
96
* - ``and_run()``
97
- | Runs the given callback, then commits or ends the transaction. If
98
- the callback raises a transient transaction error, the server retries
99
- the callback. If the callback raises any other error, the server
+ the callback raises a transient transaction error, the driver retries
+ the callback. If the callback raises any other error, the driver
100
ends the transaction and returns the error to the caller. When
101
you use this method to perform a transaction, the driver automatically
102
handles any errors, so you can choose to omit error handling code.
0 commit comments