Uh oh!
There was an error while loading. Please reload this page.
Exposing the transaction used in class Database. - #2038
Merged
Conversation
kbilsted
commented
Feb 7, 2024
ContributorAuthor
The build pipeline is failing on installing dependencies so it cannot run the tests |
kbilstedforce-pushed
the
feature/rainbow_expose_tx
branch
from
February 11, 2024 23:48
128037e to
11ebdaeComparekbilsted
commented
Feb 11, 2024
ContributorAuthor
still errors in the pipeline. please help |
| /// <summary> | ||
| /// Get access to the underlying transaction | ||
| /// </summary> | ||
| public DbTransaction Transaction; |
mgravell
commented
Feb 13, 2024
Member
gotta love CI servers :/ working on it: #2042 |
mgravell
commented
Feb 13, 2024
Member
CI issue fixed |
kbilstedforce-pushed
the
feature/rainbow_expose_tx
branch
from
February 14, 2024 20:53
11ebdae to
15cc99aCompareThis enables to do queries not supported by rainbow within the same transaction ClosesDapperLib#1944
kbilstedforce-pushed
the
feature/rainbow_expose_tx
branch
from
February 14, 2024 20:55
15cc99a to
e0a1bccComparemgravell
approved these changes
Feb 15, 2024
This was referenced Mar 6, 2026
This was referenced Apr 30, 2026
This was referenced May 11, 2026
This was referenced May 19, 2026
This was referenced Aug 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This enables to do queries not supported by rainbow within the same transaction
Closes#1944