dotnet/efcore

Provide EF.Functions translations for JSON functions

Open

#29.306 geöffnet am 10. Okt. 2022

Auf GitHub ansehen
 (9 Kommentare) (16 Reaktionen) (0 zugewiesene Personen)C# (3.376 Forks)batch import
area-jsonarea-queryarea-sqlitearea-sqlservercustomer-reportedgood first issue

Repository-Metriken

Stars
 (14.651 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 23T 13h) (154 gemergte PRs in 30 T)

Beschreibung

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