Skip to content

Commit 16547c2

Browse files
MayueCifMayue
and
Mayue
authored
feat:client detail sql linq add SplitQuery (#396)
Co-authored-by: Mayue <mayue@lonsid.cn>
1 parent dfaaf29 commit 16547c2

File tree

1 file changed

+1
-0
lines changed
  • src/Contrib/Authentication/OpenIdConnect/Masa.Contrib.Authentication.OpenIdConnect.EFCore/Repositories

1 file changed

+1
-0
lines changed

src/Contrib/Authentication/OpenIdConnect/Masa.Contrib.Authentication.OpenIdConnect.EFCore/Repositories/ClientRepository.cs

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public async Task<PaginatedList<Client>> GetPaginatedListAsync(int page, int pag
4646
.Include(c => c.AllowedCorsOrigins)
4747
.Include(c => c.ClientSecrets)
4848
.Include(c => c.AllowedScopes)
49+
.AsSplitQuery()
4950
.FirstOrDefaultAsync();
5051
}
5152

0 commit comments

Comments
 (0)