We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was writing some tests and found out that BeginReadTransaction method does not create a transaction and therefore will not hold a transaction name.
BeginReadTransaction
I could only find references to BeginReadTransaction on Octofront so Octopus Server is not affected.
I see these options for us:
BeginConnection
Tests here: #162 See related PR: #106
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was writing some tests and found out that
BeginReadTransaction
method does not create a transaction and therefore will not hold a transaction name.I could only find references to
BeginReadTransaction
on Octofront so Octopus Server is not affected.I see these options for us:
BeginConnection
instead so we are not expecting a transaction.Tests here: #162
See related PR: #106
The text was updated successfully, but these errors were encountered: