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

Bug/7 non scalar query in dapper requires access to dbtransaction #8

Conversation

gentoorax
Copy link
Owner

Exposed the transaction object as it's required to be passed explicitly for when using Dapper and generating SqlCommand objects. This transaction object should not be used to commit or rollback the transaction and is for reference in SqlCommand and Dapper .Query only.

Note this transaction object should not be used to commit or rollback the transaction!
@gentoorax gentoorax linked an issue Jan 15, 2024 that may be closed by this pull request
@gentoorax gentoorax self-assigned this Jan 15, 2024
@gentoorax gentoorax merged commit 8a0d5be into main Jan 15, 2024
3 checks passed
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.

Non-Scalar Query in Dapper requires access to DbTransaction
1 participant