ydb-rs-sdk icon indicating copy to clipboard operation
ydb-rs-sdk copied to clipboard

Commit transaction if return Ok from retry_transaction

Open rekby opened this issue 2 years ago • 0 comments

https://docs.rs/ydb/0.0.15/ydb/struct.TableClient.html#method.retry_transaction

Now transaction need to explicit commit. It will comfortable to commit transaction if callback return Ok and rollback if callback return Err.

rekby avatar Apr 01 '22 08:04 rekby