You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If all of the properties are optional then we need to query all of the columns to which they are mapped to determine whether the complex property should contain null. If it contains a nested complex property this needs to be repeated recursively. If any of the columns are shared (another property is mapped to it) they need to be excluded from the above.
AndriySvyryd
changed the title
Support nullable complex types with all optional properties
Support nullable complex types with all optional properties for table splitting
Apr 8, 2025
If all of the properties are optional then we need to query all of the columns to which they are mapped to determine whether the complex property should contain null. If it contains a nested complex property this needs to be repeated recursively. If any of the columns are shared (another property is mapped to it) they need to be excluded from the above.
Split from #31376
The text was updated successfully, but these errors were encountered: