Metadata: Schema mismatch in user defined function #9360
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
https://github.com/aspnet/EntityFramework/blob/dev/src/EFCore.Relational/Metadata/Conventions/Internal/RelationalDbFunctionConvention.cs#L37
Above line sets schema for UDF to Model.DefaultSchema if it is not set on attribute & only when the DbFunction is added to the model.
Issues:
We need to pull the logic out of that convention which sets the schema to model's default schema.
The text was updated successfully, but these errors were encountered: