Skip to content

Releases: busterwood/Mapper

System.Common.Data

25 Apr 09:06
Compare
Choose a tag to compare

All extension methods now operate on sub-classes of System.Data.Common bases classes, meaning async methods should work for multiple data providers.

Also fixed post conditions of async methods.

See https://www.nuget.org/packages/BusterWood.Mapper/ for nugget package.

Don't clash with Linq extension methods

18 Mar 12:42
Compare
Choose a tag to compare

Renamed the IDataReader extension methods:

  • Single() is now ReadSingle()
  • ToList() is now ReadList()
  • etc

Renamed the IDbCommand extension methods:

  • ReadSingle() is now ExecuteSingle()
  • ReadList() is now ExecuteList()
  • etc

ExecuteNonQuery

18 Mar 09:22
Compare
Choose a tag to compare

Add ExecuteNonQuery() extension method to IDbConnection and ExecuteNonQueryAsync() extension method to SqlConnection

Stable

18 Mar 09:07
Compare
Choose a tag to compare

Stable and integration tested