Skip to content

fix: Avoid implicit transactions in DbTransactionPool#777

Merged
AzureMarker merged 4 commits intomasterfrom
fix/implicit-transaction
Aug 13, 2020
Merged

fix: Avoid implicit transactions in DbTransactionPool#777
AzureMarker merged 4 commits intomasterfrom
fix/implicit-transaction

Conversation

@AzureMarker
Copy link
Contributor

Description

Always create a transaction when using DbTransactionPool. This avoids implicit transactions.

Testing

Not sure how the issue is/was detected, so not sure on testing.

Issue(s)

Potential fix for #768

Also do some refactoring to simplify the code.
@AzureMarker AzureMarker requested a review from pjenvey August 12, 2020 20:09
Now that it's handled in TransactionDbPool.
@AzureMarker AzureMarker linked an issue Aug 13, 2020 that may be closed by this pull request
Copy link
Member

@pjenvey pjenvey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks Mark

@AzureMarker AzureMarker merged commit e044858 into master Aug 13, 2020
@AzureMarker AzureMarker deleted the fix/implicit-transaction branch August 13, 2020 19:10
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.

/info/ endpoints rely on implicit transactions

2 participants