Skip to content

Metadata: Bring back SqlServerDbFunctionConvention #21388

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Jun 23, 2020

Conversation

smitpatel
Copy link
Contributor

Resolve #20182

@smitpatel smitpatel requested a review from AndriySvyryd June 23, 2020 21:17
namespace Microsoft.EntityFrameworkCore.Metadata.Conventions
{
/// <summary>
/// A convention that ensures that <see cref="IDbFunction.Schema"/> is populated for database functions which are not built-in.
Copy link
Member

Choose a reason for hiding this comment

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

How do you determine that they are built-in?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That is coming in #17268 (submitting PR for that once this is approved).

Just future-proof documentation. 😄

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I can improve this in next PR by referring the IsBuiltIn property too.

@smitpatel smitpatel force-pushed the smit/cannotdecideaname branch from f9c5dc6 to 76e3f7f Compare June 23, 2020 22:12
@smitpatel smitpatel merged commit 2213f95 into master Jun 23, 2020
@smitpatel smitpatel deleted the smit/cannotdecideaname branch June 23, 2020 23:36
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Metadata: Bring back SqlServerDbFunctionConvention
2 participants