Extend from IDbConnection instead #13
Replies: 3 comments 2 replies
-
Thank you. I honestly can't remember from the top of my head, it was some time ago. I know that I started with IDbConnection but I reverted to DbConnection for some reason. I'll need to check it a bit deeper to give you an answer. Maybe it can be reverted to IDbConnection in future, but at this moment I don't have any plans of doing new versions since this one serves me well. |
Beta Was this translation helpful? Give feedback.
-
Edit: I'll be looking into this issue shortly: #14 and I'll try to include this support in this fix. |
Beta Was this translation helpful? Give feedback.
-
I'm just preparing to release a new version. I've tested the library with the You can see some tests here: Can you try to describe the issue so I can include it in this release? Thanks |
Beta Was this translation helpful? Give feedback.
-
Firstly, congrats on the library. With the current state of Dapper, this is a pretty interesting alternative for those that don't like EF performance (or philosophy).
I'd like to ask you why did you choose to implement the extensions on top of
System.Data.Common.DbConnection
component instead of theSystem.Data.IDbConnection
interface.Beta Was this translation helpful? Give feedback.
All reactions