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
I tried Z.EntityFramework.Plus.EFCore with and Npgsql.EntityFrameworkCore.PostgreSQL
like this: var items = await dbContext.Set<Items>().WithHint("FOR UPDATE").ToListAsync()
but query log shows that query is "SELECT * from items" without FOR UPDATE
I tried Z.EntityFramework.Plus.EFCore with and Npgsql.EntityFrameworkCore.PostgreSQL
like this:
var items = await dbContext.Set<Items>().WithHint("FOR UPDATE").ToListAsync()
but query log shows that query is "SELECT * from items" without FOR UPDATE
ENV
Z.EntityFramework.Plus.EFCore version: 9.103.6.4
.NET version: 9
Database provider: Npgsql.EntityFrameworkCore.PostgreSQL v9
Database: PostgreSQL
Does Z.EntityFramework.Plus.EFCore hint support postgres?
The text was updated successfully, but these errors were encountered: