Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transaction lifetimes. #612

Merged
merged 11 commits into from May 13, 2022
Merged

Transaction lifetimes. #612

merged 11 commits into from May 13, 2022

Conversation

thelonelyvulpes
Copy link
Contributor

@thelonelyvulpes thelonelyvulpes commented May 9, 2022

  • Introduce ExecuteReadAsync and ExecuteWriteAsync to session
    • Removes the ability to interact with a managed transaction
    • Deprecates WriteTransactionAsync and ReadTransactionAsnyc
  • Introduce TransactionClosedException
    • Adds granularity to previous ClientException when interacting with a Closed Transaction (Managed/Unmanaged).

@thelonelyvulpes thelonelyvulpes marked this pull request as ready for review May 12, 2022 10:49
@thelonelyvulpes thelonelyvulpes merged commit 057536b into 5.0 May 13, 2022
@thelonelyvulpes thelonelyvulpes deleted the feature/tx-lifetime branch May 13, 2022 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants