Skip to content

Add relational JSON mapping support for complex types #31252

@AndriySvyryd

Description

@AndriySvyryd
  • Model building and validation
    • Toplevel collection and non-collection complex types mapped to JSON as well as nested
    • Allow configuring the column type with ToJson() (e.g. NVARCHAR(MAX) vs. the new JSON type). Also optionally look at pre-convention configuration support for bulk configuring the default (less important).
    • Map the discriminator property to $type in JSON by default
    • Add table mappings for nested complex types
  • Relational and compiled model support
  • Migrations support
  • Update pipeline support
  • Complex JSON query support #36296,

Metadata

Metadata

Assignees

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions