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
First, EF Core doesn't support set updates yet (see dotnet/efcore#795). Second, Npgsql doesn't support mapping LINQ to PostgreSQL-specific JSON syntax (such as @>), see #334.
To do the more complex stuff it's OK to occasionally drop down to SQL...
I'm sorry, I can't stand LINQ and SQL appear simultaneously!
So, how to implement the following SQL statement using LINQ。
The text was updated successfully, but these errors were encountered: