Skip to content

Releases: phnx47/dapper-repositories

v1.22.0

01 May 04:36
v1.22.0
73199e8

Choose a tag to compare

  • Added CancellationToken override to DapperRepository methods (#208)
  • Supported Oracle provider (#206)

1.21.0

09 Feb 10:09
1.21.0
ce014c4

Choose a tag to compare

  • Marked BulkUpdate as virtual (#196)
  • Updated BulkInsert interface (#196)

1.20.1

09 Feb 09:51
1.20.1
64a0fd1

Choose a tag to compare

  • Fixed SetLimit Permanent (#195)

1.20.0

29 Jan 08:44
1.20.0
6cbcd36

Choose a tag to compare

  • Fixed Find with Join (#193)

1.19.1

19 Sep 04:11
1.19.1
ddab3fa

Choose a tag to compare

  • Fixed Bulk Action Maximum of 2100 parameters (#186)

1.19.0

26 Aug 13:17
1.19.0
f4898fa

Choose a tag to compare

  • Added AllowKeyAsIdentity to MicroOrmConfig which is Allow use [Key] attribute as [Identity] (#181)

1.18.1

24 Jun 14:41
1.18.1
6962f8c

Choose a tag to compare

  • Fixed mapping in FindByIdAsync (#176)

1.18.0

21 May 17:27
1.18.0
cb58abf

Choose a tag to compare

  • Added Command to DapperRepository.Delete (#169)
  • Small improvements

1.17.0

29 Apr 16:35
1.17.0
3024b9e

Choose a tag to compare

  • Added net5.0 target framework
  • Updated Dapper version
  • Updated System.ComponentModel.Annotations

1.16.2

29 Mar 20:03
1.16.2
2a9f22b

Choose a tag to compare

  • Fixed DapperRepository.BulkUpdate - collection is empty exception