File tree Expand file tree Collapse file tree
src/content/docs/identityserver Expand file tree Collapse file tree Original file line number Diff line number Diff 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
195195possible values were supplied as parameters, which meant that the query text was dependent on the number of items
196196in the collection. This was solved by sending the parameters as a JSON object and using ` OPENJSON ` to read the parameters.
197197While this enabled query plan caching, it unfortunately caused Microsoft SQL Server to generate bad query execution plans.
You can’t perform that action at this time.
0 commit comments