Dapper icon indicating copy to clipboard operation
Dapper copied to clipboard

🐛 [QueryAsync] `NoCache` flag ignored when doing MultiMap

Open Dot-H opened this issue 5 months ago • 0 comments

As the AssertNoCacheWorksForMultiMap tests shows, when the QueryAsync method is passed a splitOn and map arguments, the NoCache flag is actually ignored.

The issue seems to come from here

Dot-H avatar Sep 17 '24 12:09 Dot-H