-
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
Move discriminator support to Core #13603
Comments
Do the move, not enhancing the API. (Unless we do need to do that.) |
Metadata moved to Core. Common Query parts still need to be moved (e.g. the materializer). |
@AndriySvyryd - Can you take a quick look and tell what parts need to be moved from query? Query's materializer utilizes TPH at core level. The only pending thing would be InMemory, but InMemory needs to change it's storage strategy to align with TPH. |
I think that's enough for now. If some other common pattern appears we can move it later. |
Fixed by #15809 |
This would allow easier implementations of discriminators in non-relational providers
The text was updated successfully, but these errors were encountered: