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

Generate identity SQL for different seeds in TPC #28742

Merged
merged 1 commit into from
Aug 16, 2022

Conversation

AndriySvyryd
Copy link
Member

Fixes #28195

@AndriySvyryd AndriySvyryd requested a review from a team August 16, 2022 01:17
@ajcvickers ajcvickers merged commit 4dd5074 into release/7.0-rc1 Aug 16, 2022
@ajcvickers ajcvickers deleted the Issue28195 branch August 16, 2022 09:19
Assert.Equal("Cats", t.Name);
var column = Assert.Single(t.Columns, c => c.Name == "IdentityColumn");
Assert.Equal(ValueGenerated.OnAdd, column.ValueGenerated);
// TODO: Do we not reverse-engineer identity facets?
Copy link
Contributor

Choose a reason for hiding this comment

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

Nope. It was a community PR, and we just filed an issue to do it later.

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.

4 participants