-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Exposing the transaction used in class Database. #2038
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
Conversation
|
The build pipeline is failing on installing dependencies so it cannot run the tests |
128037e to
11ebdae
Compare
|
still errors in the pipeline. please help |
Dapper.Rainbow/Database.cs
Outdated
| /// <summary> | ||
| /// Get access to the underlying transaction | ||
| /// </summary> | ||
| public DbTransaction Transaction; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
property please - i.e. add {get;}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
|
gotta love CI servers :/ working on it: #2042 |
|
CI issue fixed |
11ebdae to
15cc99a
Compare
This enables to do queries not supported by rainbow within the same transaction Closes DapperLib#1944
15cc99a to
e0a1bcc
Compare
This enables to do queries not supported by rainbow within the same transaction
Closes #1944