Releases: phnx47/dapper-repositories
Releases · phnx47/dapper-repositories
1.21.0
- Marked BulkUpdate as virtual (#196)
- Updated BulkInsert interface (#196)
1.20.1
- Fixed SetLimit Permanent (#195)
1.20.0
- Fixed Find with Join (#193)
1.19.1
- Fixed Bulk Action Maximum of 2100 parameters (#186)
1.19.0
- Added
AllowKeyAsIdentity
to MicroOrmConfig
which is Allow use [Key]
attribute as [Identity]
(#181)
1.18.1
- Fixed mapping in FindByIdAsync (#176)
1.18.0
- Added Command to DapperRepository.Delete (#169)
- Small improvements
1.17.0
- Added net5.0 target
- Updated Dapper version
- Updated System.ComponentModel.Annotations
1.16.2
- Fixed DapperRepository.BulkUpdate - collection is empty exception
1.16.1
- Fix ReadOnlyDapperRepository.Dispose (#162)
- Fix SQLite syntax (#149)