Open smitpatel opened 4 years ago
When dependent owned type is sharing a column with owned type in base, then the column will have data even though dependent owned type is missing. One way to fix is to make sure dependent materialization conditions ignore shared columns. Another way to fix is this issue where we utilize parent's info to call into materialization.
Once this is fixed, we can enabled scenario described in #20343 too
Here, when selecting data from server, we get values in same column. Which is not enough to identify which entity Type it is. We decided to create a conditional based on discriminator in such cases so we get Discriminator value of principal from database and only materialize correct entity for correct principal.