dotnet/efcore

Provide EF.Functions translations for JSON functions

Open

#29,306 opened on Oct 10, 2022

View on GitHub
 (8 comments) (16 reactions) (0 assignees)C# (14,651 stars) (3,376 forks)batch import
area-jsonarea-queryarea-sqlitearea-sqlservercustomer-reportedgood first issue

Description

For users using JSON without a strongly-typed schema, mapping the column as a string is the only option at the moment. We should provide translations for JSON_VALUE/JSON_QUERY for SQL Server and json_extract for SQLite.

Contributor guide

Provide EF.Functions translations for JSON functions · dotnet/efcore#29306 | Good First Issue