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
Not sure what the best fix is TBH. Issue clearly comes from the CommandDefinition.ForCallback call here which doesn't pass on the CommandFlags.
But I am not sure why it's done that way. This ForCallback method seems to be here to ensure that the inner command only contains parameters of type DynamicParameters. I am not sure if it matters to also remove all the other attributes (including the Flags).
goerch
added a commit
to goerch/Dapper
that referenced
this issue
Oct 3, 2024
It seems like
QueryAsync
when being passed themap
andsplitOn
argument ends up ignoring theNoCache
command flag.You can see #2112 for a repro
The text was updated successfully, but these errors were encountered: