dotnet/efcore

Provide EF.Functions translations for JSON functions

Open

#29 306 ouverte le 10 oct. 2022

Voir sur GitHub
 (9 commentaires) (16 réactions) (0 assignés)C# (3 376 forks)batch import
area-jsonarea-queryarea-sqlitearea-sqlservercustomer-reportedgood first issue

Métriques du dépôt

Stars
 (14 651 stars)
Métriques de merge PR
 (Merge moyen 23j 13h) (154 PRs mergées en 30 j)

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.

Guide contributeur