Skip to content

Releases: phnx47/dapper-repositories

1.8.0

18 Jul 22:07
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Added Delete/DeleteAsync with predicates(#35)
  • Added BulkUpdate/BulkUpdateAsync(#43)

1.7.2

25 May 15:36
Compare
Choose a tag to compare
  • Added BulkInsertAsync/BulktInsert(#36)
  • Various fixes

1.7.1

09 May 07:03
Compare
Choose a tag to compare
  • Fixed issue with missing quotation marks for identity property(#30)

1.7.0

08 May 13:17
Compare
Choose a tag to compare
  • Added Contains to LINQ expressions(#5)
  • Added IgnoreUpdate attribute
  • Added FindById/FindByIdAsync

1.6.6

21 Apr 20:47
Compare
Choose a tag to compare
  • Added possibility to query by navigation properties.
  • Added negative property query expression parsing ( x => !x.SomeBoolProp).

1.6.5

22 Apr 16:19
Compare
Choose a tag to compare
  • Added "Schema" for tables

1.6.4

06 May 23:10
Compare
Choose a tag to compare
  • Joining with Composite Keys was supported
  • Some bugs was fixed

1.6.3

06 May 23:15
Compare
Choose a tag to compare
  • Remove implicit framework references

1.6.2

06 May 23:18
Compare
Choose a tag to compare
  • fix FindAll with Joins