-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Metadata: Bring back SqlServerDbFunctionConvention #20182
Comments
Depends on #19806 or #9329 for doing it "properly" Note to implementor: See https://github.com/dotnet/efcore/blob/1644f31e04176a9ab0bd6c968ab00cdb0647a0c2/src/EFCore.SqlServer/Query/Internal/SqlServerQuerySqlGenerator.cs |
Little more details? 😅 |
@smitpatel Why do you need more details? Are you planning to poach this? |
May be. I was thinking just a model finalized convention can populate this on SqlServer, without any side-effects or triggering other conventions. |
Poached. (hopefully ok). I went the route to bringing the convention back because this was in 5.0 but the other issues which would make further improvements are in backlog so I thought we want to go this route meanwhile. |
To set schema as dbo conventionally.
It was there in 2.2 release. It got removed at some point. Currently query injects dbo when printing.
The text was updated successfully, but these errors were encountered: