Skip to content

Commit c4593d4

Browse files
authored
Update src/content/docs/identityserver/troubleshooting.md
1 parent 1644186 commit c4593d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/identityserver/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ pooling on the operational store has solved this in the past:
191191

192192
### Entity Framework Core & Microsoft SQL OPENJSON
193193

194-
Entity Framework Core version 8 introduced a new behaviour when creating `WHERE IN()` sql clauses. Previously the
194+
Entity Framework Core version 8 introduced a new behaviour when creating `WHERE IN()` sql clauses. Previously, the
195195
possible values were supplied as parameters, which meant that the query text was dependent on the number of items
196196
in the collection. This was solved by sending the parameters as a JSON object and using `OPENJSON` to read the parameters.
197197
While this enabled query plan caching, it unfortunately caused Microsoft SQL Server to generate bad query execution plans.

0 commit comments

Comments
 (0)