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

Exposing the transaction used in class Database. #2038

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

kbilsted
Copy link
Contributor

@kbilsted kbilsted commented Feb 5, 2024

This enables to do queries not supported by rainbow within the same transaction

Closes #1944

@kbilsted
Copy link
Contributor Author

kbilsted commented Feb 7, 2024

The build pipeline is failing on installing dependencies so it cannot run the tests

@kbilsted kbilsted force-pushed the feature/rainbow_expose_tx branch from 128037e to 11ebdae Compare February 11, 2024 23:48
@kbilsted
Copy link
Contributor Author

still errors in the pipeline. please help

Packages requiring reboot:
 - vcredist140 (exit code 3010)
The recent package changes indicate a reboot is necessary.
 Please reboot at your earliest convenience.

Command exited with code 3010```

/// <summary>
/// Get access to the underlying transaction
/// </summary>
public DbTransaction Transaction;
Copy link
Member

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;}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@mgravell
Copy link
Member

gotta love CI servers :/ working on it: #2042

@mgravell
Copy link
Member

CI issue fixed

@kbilsted kbilsted force-pushed the feature/rainbow_expose_tx branch from 11ebdae to 15cc99a Compare February 14, 2024 20:53
This enables to do queries not supported by rainbow within the same transaction

Closes DapperLib#1944
@kbilsted kbilsted force-pushed the feature/rainbow_expose_tx branch from 15cc99a to e0a1bcc Compare February 14, 2024 20:55
@mgravell mgravell merged commit 4f8e92f into DapperLib:main Feb 15, 2024
1 check 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.

dapper.rainbow external transaction support
2 participants