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

Changed IBM DB2 Support #241

Open valfrid-ly opened 3 years ago

valfrid-ly commented 3 years ago

As IBM removed IBM.Data.DB2 it's needed to change support for DB2.

For now we cannot provide support for it in the new versions except for Net Core and upcoming Net 5