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

Force use of common value generator for all derived types #20205

Merged
merged 1 commit into from
Mar 19, 2020

Conversation

ajcvickers
Copy link
Contributor

Fixes #19854

Because in-memory isn't "TPH" and so derived types have their own "table" but the value generator is stored on the "table" that the property is defined in.

@ajcvickers ajcvickers requested a review from a team March 6, 2020 22:53
Fixes #19854

Because in-memory isn't "TPH" and so derived types have their own "table" but the value generator is stored on the "table" that the property is defined in.
@ajcvickers ajcvickers merged commit 2972c62 into master Mar 19, 2020
@ajcvickers ajcvickers deleted the TooManyPets0223 branch March 19, 2020 18:33
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.

InMemory - bad key management for derived entity types
2 participants