Releases: phnx47/dapper-repositories
Releases · phnx47/dapper-repositories
1.8.0
- Ignoge key property from update if it is markedwith IgnoreUpdate attr(#46)
- fix SelectById for MySql and PostgreSql(#51)
1.7.3
- Added Delete/DeleteAsync with predicates(#35)
- Added BulkUpdate/BulkUpdateAsync(#43)
1.7.2
- Added BulkInsertAsync/BulktInsert(#36)
- Various fixes
1.7.1
- Fixed issue with missing quotation marks for identity property(#30)
1.7.0
- Added Contains to LINQ expressions(#5)
- Added IgnoreUpdate attribute
- Added FindById/FindByIdAsync
1.6.6
- Added possibility to query by navigation properties.
- Added negative property query expression parsing ( x => !x.SomeBoolProp).
1.6.5
- Added "Schema" for tables
1.6.4
- Joining with Composite Keys was supported
- Some bugs was fixed
1.6.3
- Remove implicit framework references