Skip to content

Releases: verdie-g/StoredProcedureEFCore

Fixed thread-safe issue

07 Jun 10:28
Compare
Choose a tag to compare

Fix issue where connection is already open

07 Jun 10:27
Compare
Choose a tag to compare
  • Fix issue where connection is already open (thanks to @h0wXD) #15

AddParam overloads to specify parameter size

23 Apr 17:57
Compare
Choose a tag to compare

Performance improvements + better API for ToDictionary, ToLookup

16 Mar 10:26
Compare
Choose a tag to compare

Bux fixes

02 Mar 13:49
Compare
Choose a tag to compare
  • AddParam can now takes null value (thanks to @korifeich)
  • Fix bug where ExecAsync crashes because the value is DBNull

Performance improvements

01 Feb 17:04
Compare
Choose a tag to compare
  • Replace PropertyInfo.SetValue with delegates created from setters
  • Cache setters array with model type and column names

Target .NET Standard

19 Jan 16:56
Compare
Choose a tag to compare
  • Target .NET Standard 1.3
  • Remove reference to Microsoft.EntityFrameworkCore

Fix First, Overload Column

08 Jan 16:29
Compare
Choose a tag to compare

Fix First that wasn't using ReadAsync.

Replace Column's optional parameter with method overload.

Async support

08 Jan 15:36
Compare
Choose a tag to compare

Add asynchronous version for each DbDataReader methods :

  • ToListAsync
  • ToDictionaryAsync
  • ToLookupAsync
  • ToSetAsync
  • ColumnAsync
  • FirstAsync
  • FirstOrDefaultAsync
  • SingleAsync
  • SingleOrDefaultAsync

Add asynchronous version for IStoredProcBuilder Exec* methods :

  • ExecAsync
  • ExecNonQueryAsync
  • ExecScalarAsync