Juan David Correa
Juan David Correa
Hi ! The same issue here !
Hi @mgravell ! Thanks for answering. We have a multi-tenant db model. Each user has a different connection string. We have a base class that creates the connections and data...
Hello! Thank you for the information! @JonathanMagnan, I experimented with the CommandFlags.NoCache flag, and noticed that memory usage increased as well. @mgravell, I have one question: should I use Net8...
Hi @mgravell ! We've compiled our library with .NET 8 and enabled Dapper.AOT. The code was generated successfully. We imported the library into our project, which is compiled in .NET...
@JonathanMagnan Do you know where I can find documentation related to using a custom IEqualityComparer?
I will try it ! Thanks a lot !
Hi ! We found something. We are calling SqlConnection.ClearPool() after each query and the memory leak disappear. However the performance increase a lot ! I was wondering 🤔 Is there...
If we set pooling to false, throws a too many noon-pooled connections exception
Hi ! I achieve it ! I was working with test containers and I was shutting down the kafka container before the test is over. Now it works ! Thanks