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

API review changes #16357

Merged
merged 1 commit into from
Jun 30, 2019
Merged

API review changes #16357

merged 1 commit into from
Jun 30, 2019

Conversation

ajcvickers
Copy link
Member

Issue #15662

@@ -41,7 +41,7 @@ public static string GetDefaultTableName([NotNull] this IEntityType entityType)
return ownership.PrincipalEntityType.GetTableName();
}

return IdentifierHelpers.Truncate(
return Uniquifier.Truncate(
Copy link
Member Author

Choose a reason for hiding this comment

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

Any other ideas here?

Copy link
Contributor

Choose a reason for hiding this comment

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

I'll defer to @AndriySvyryd...

@ajcvickers ajcvickers requested review from AndriySvyryd and bricelam and removed request for AndriySvyryd June 30, 2019 18:06
@ajcvickers ajcvickers merged commit 63a152b into master Jun 30, 2019
@ghost ghost deleted the BerryFusion0630 branch June 30, 2019 19:54
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.

2 participants