tmsmith / Dapper-Extensions

Dapper Extensions is a small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system. The goal of this library is to keep your POCOs pure by not requiring any attributes or base class inheritance.
1.79k stars 586 forks source link

Revert "FIX: Insert bug for SqlCe when entity has Id that is a dynamic type for latest version of Dapper (v1.34)" #237

Closed valfrid-ly closed 3 years ago

valfrid-ly commented 3 years ago

Reverts tmsmith/Dapper-Extensions#84