-
Notifications
You must be signed in to change notification settings - Fork 234
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
How would jsonb
evolve to EF 8.0?
#2723
Comments
jsonb
evolve to EF 8.0?
There are indeed plans to align the PG provider JSON support align with the new EF Core 7.0 JSON support (#2548), but overall I'd expect code that currently works to keep working. I'll definitely do my best to maintain backwards compatibility. |
Does the |
@khteh I don't understand what you mean, which data annotation? |
https://www.npgsql.org/efcore/mapping/json.html?tabs=data-annotations%2Cpoco#querying-json-columns
Does it support |
Easiest is to just give it a try, rather than asking! Yes, it does. |
Before submitting
According to https://www.npgsql.org/efcore/mapping/json.html?tabs=fluent-api%2Cpoco#querying-json-columns how would migration to EF 8.0 look like if I use
jsonb
column type now in EF 7.0? Any thought on this? Thanks.The text was updated successfully, but these errors were encountered: