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

Add complex mapping support to the update pipeline #20674

Merged
merged 1 commit into from
Apr 19, 2020
Merged

Conversation

AndriySvyryd
Copy link
Member

Part of #2266
Fixes #20561

@AndriySvyryd AndriySvyryd requested a review from a team April 17, 2020 23:56
/// <summary>
/// Indicates whether or not the column is acting as an optimistic concurrency token.
/// </summary>
[Obsolete]
Copy link
Member

Choose a reason for hiding this comment

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

What's the deal with concurrency tokens?

Copy link
Member Author

Choose a reason for hiding this comment

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

This was used to determine whether to use the original or the current value at some point, but we've moved away from that

Copy link
Member

@ajcvickers ajcvickers left a comment

Choose a reason for hiding this comment

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

Presumably there will be some new functional tests at some point? When actual TPT comes in?

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.

InternalSequenceBuilder uses internal API to obtain the IConventionModelBuilder
2 participants