Query: add support for projecting primitive collections from JSON entities #31364
Labels
area-json
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-enhancement
Milestone
Currently there is an issue when projecting collection of primitives from JSON entities (specifically, nested ones) - problem is in shared type expanding visitor - we don't correctly handle includes that the JSON type gets expanded to - in case of other navigations we can successfully bind them, in case of primitive non-collections we just ignore them (the includes), but in case of collection of primitives we leave them as they are but fail to reason about them correctly in the translation phase.
example
throws:
The text was updated successfully, but these errors were encountered: