Skip to content

Releases: zzzprojects/Dapper-Plus

v1.4.0

28 Oct 20:54
54195a5

Choose a tag to compare

Download the library here

  • Monthly trial release

Trial unlocked for the current month (November)

v1.3.26

29 Sep 15:20

Choose a tag to compare

Download the library here

  • Monthly trial release

Trial unlocked for the current month (October)

v1.3.25

30 Aug 22:23

Choose a tag to compare

Download the library here

  • Monthly trial release

Trial unlocked for the current month (September)

v1.3.24

18 Aug 18:29

Choose a tag to compare

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

Choose a tag to compare

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

Choose a tag to compare

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
9b1009a

Choose a tag to compare

Download the library here

  • Monthly trial release

Trial unlocked for the current month (August)

v1.3.20

29 Jun 20:04

Choose a tag to compare

Download the library here

  • Monthly trial release

Trial unlocked for the current month (July)

v1.3.19

19 Jun 02:49

Choose a tag to compare

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
caf6acb

Choose a tag to compare

Download the library here

  • Monthly trial release

Trial unlocked for the current month (May)