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

EF8: Explore support for JSON columns #1214

Closed
bkoelman opened this issue Nov 9, 2022 · 3 comments
Closed

EF8: Explore support for JSON columns #1214

bkoelman opened this issue Nov 9, 2022 · 3 comments

Comments

@bkoelman
Copy link
Member

bkoelman commented Nov 9, 2022

Is your feature request related to a problem? Please describe.

EF7 added support for JSON columns, enabling to map the JSON structure inside a database column as entities and update their contents.

Describe the solution you'd like

We should explore how well this works with PostgreSQL and possibly create a test/sample demonstrating how to use it.

Related to https://gitter.im/json-api-dotnet-core/Lobby?at=635fc354dcbf067fdcbd5aab.

@bkoelman
Copy link
Member Author

In EF7, this only works on SQL Server. It's on the roadmap of EF8 to support other databases, address existing limitations and improve performance.

@bkoelman
Copy link
Member Author

Related to #1271.

@bkoelman bkoelman changed the title EF7: Explore support for JSON columns EF8: Explore support for JSON columns May 11, 2023
@bkoelman
Copy link
Member Author

Closing in favor of #1439.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant