MicroOrm.Dapper.Repositories Versions Save

CRUD for Dapper

1.21.0

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

1.20.1

2 years ago
  • Fixed SetLimit Permanent (#195)

1.20.0

2 years ago
  • Fixed Find with Join (#193)

1.19.1

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

1.19.0

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

1.18.1

2 years ago
  • Fixed mapping in FindByIdAsync<TChild1> (#176)

1.18.0

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

1.17.0

3 years ago
  • Added net5.0 target
  • Updated Dapper version
  • Updated System.ComponentModel.Annotations

1.16.2

3 years ago
  • Fixed DapperRepository.BulkUpdate - collection is empty exception

1.16.1

3 years ago
  • Fix ReadOnlyDapperRepository.Dispose (#162)
  • Fix SQLite syntax (#149)