Releases: zzzprojects/Dapper-Plus
Releases · zzzprojects/Dapper-Plus
v1.4.0
28 Oct 20:54
Compare
Sorry, something went wrong.
No results found
Download the library here
Trial unlocked for the current month (November)
v1.3.26
29 Sep 15:20
Compare
Sorry, something went wrong.
No results found
Download the library here
Trial unlocked for the current month (October)
v1.3.25
30 Aug 22:23
Compare
Sorry, something went wrong.
No results found
Download the library here
Trial unlocked for the current month (September)
v1.3.24
18 Aug 18:29
Compare
Sorry, something went wrong.
No results found
Download the library here
FIXED: Proxy Type (from Entity Framework) used with no proxy type (Issue #36 )
Trial unlocked for the current month (August)
v1.3.23
16 Aug 19:26
Compare
Sorry, something went wrong.
No results found
Download the library here
FIXED: Generic Dataservice via Generics/Interfaces Throwing System.Exception Error #36
Trial unlocked for the current month (August)
v1.3.22
14 Aug 21:13
Compare
Sorry, something went wrong.
No results found
Download the library here
IMPROVED: The code to handle proxy type coming from Entity Framework (#33 )
Trial unlocked for the current month (August)
v1.3.21
31 Jul 16:08
Compare
Sorry, something went wrong.
No results found
Download the library here
Trial unlocked for the current month (August)
v1.3.20
29 Jun 20:04
Compare
Sorry, something went wrong.
No results found
Download the library here
Trial unlocked for the current month (July)
v1.3.19
19 Jun 02:49
Compare
Sorry, something went wrong.
No results found
Download the library here
ADDED: UseBulkOptions extension methods
The method allow you to see some specific options such as the BatchTimeout for a specific action sets.
conn . UseBulkOptions ( x =>
{
x . Log += s => sb . AppendLine ( s ) ;
x . BatchTimeout = 9000 ;
} )
. BulkInsert ( list )
. ThenBulkInsert ( x => list ) ;
Trial unlocked for the current month (June)
v1.3.17
01 May 12:45
Compare
Sorry, something went wrong.
No results found
Download the library here
Trial unlocked for the current month (May)