You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for providing the repro, and sorry it took so long to get around to investigating this. This indeed turned out to be a real bug on the EF side - I've opened dotnet/efcore#35047 to track addressing it there.
Whe i use Optimized DbContext:
dotnet ef dbcontext optimize --context MainDbContext
Postgresql array functions cannot translate to sql:
I tried to use many funtions from documentation https://www.npgsql.org/efcore/mapping/array.html.
Works only this:
String.Join(separator, array)
I use NET 8
The text was updated successfully, but these errors were encountered: