Releases: phnx47/dapper-repositories
Releases · phnx47/dapper-repositories
1.8.1
20 Aug 14:55
Compare
Sorry, something went wrong.
No results found
fix Delete query (#52 )
add NETStandard.Library to netstandard1.3
1.8.0
18 Jul 22:07
Compare
Sorry, something went wrong.
No results found
Ignoge key property from update if it is markedwith IgnoreUpdate attr(#46 )
fix SelectById for MySql and PostgreSql(#51 )
1.7.3
30 May 17:11
Compare
Sorry, something went wrong.
No results found
Added Delete/DeleteAsync with predicates(#35 )
Added BulkUpdate/BulkUpdateAsync(#43 )
1.7.2
25 May 15:36
Compare
Sorry, something went wrong.
No results found
Added BulkInsertAsync/BulktInsert(#36 )
Various fixes
1.7.1
09 May 07:03
Compare
Sorry, something went wrong.
No results found
Fixed issue with missing quotation marks for identity property(#30 )
1.7.0
08 May 13:17
Compare
Sorry, something went wrong.
No results found
Added Contains to LINQ expressions(#5 )
Added IgnoreUpdate attribute
Added FindById/FindByIdAsync
1.6.6
21 Apr 20:47
Compare
Sorry, something went wrong.
No results found
Added possibility to query by navigation properties.
Added negative property query expression parsing ( x => !x.SomeBoolProp).
1.6.5
22 Apr 16:19
Compare
Sorry, something went wrong.
No results found
Added "Schema" for tables
1.6.4
06 May 23:10
Compare
Sorry, something went wrong.
No results found
Joining with Composite Keys was supported
Some bugs was fixed
1.6.3
06 May 23:15
Compare
Sorry, something went wrong.
No results found
Remove implicit framework references