dotnet/efcore

Provide EF.Functions translations for JSON functions

Aberta

#29.306 aberto em 10 de out. de 2022

 (9 comentários) (16 reações) (0 responsável)C# (3.376 forks)batch import
area-jsonarea-queryarea-sqlitearea-sqlservercustomer-reportedgood first issue

Métricas do repositório

Stars
 (14.651 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador