Alexandre Bernard
Results
2
issues of
Alexandre Bernard
### What version of SQLBoiler are you using (`sqlboiler --version`)? After #702 : 3.7.0 ### What is your database and version (eg. Postgresql 10) MySQL 8.0.19 ### If this happened...
help wanted
feature request
breaking
driver querybuilder
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](https://github.com/DapperLib/Dapper/blob/main/Dapper/SqlMapper.Async.cs#L942)