-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Compiled models with JSON columns #29602
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Milestone
Comments
Note from triage: the annotation needs to be filtered out. |
@maumar They may just need to be removed in SqlServerCSharpRuntimeAnnotationCodeGenerator, but I'm not sure what implications that has at runtime and whether we'll need to add code elsewhere to compensate. |
Poaching. |
ajcvickers
added a commit
that referenced
this issue
Feb 11, 2023
Fixes #29602 The main change here is to store the JSON type mapping in the relational model, and obsolete the previous storage in the underlying EF model.
ajcvickers
added a commit
that referenced
this issue
Feb 18, 2023
Fixes #29602 The main change here is to store the JSON type mapping in the relational model, and obsolete the previous storage in the underlying EF model.
ajcvickers
added a commit
that referenced
this issue
Mar 1, 2023
Fixes #29602 The main change here is to store the JSON type mapping in the relational model, and obsolete the previous storage in the underlying EF model.
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Does the Compiled model support JSON columns?
I did not find any info about this limitation, but when I try to compile a model for context that has configured JSON columns -
EF Core version:
Database provider: (e.g. Microsoft.EntityFrameworkCore.SqlServer)
Target framework: (e.g. .NET 7.0)
Operating system:
IDE: (e.g. Visual Studio 2022 17.4)
The text was updated successfully, but these errors were encountered: