Skip to content

Releases: phnx47/dapper-repositories

1.6.1

06 May 23:32
Compare
Choose a tag to compare
  • fix GetSelectBetween
  • migrate form project.json to .csproj
  • create SqlGeneratorConfig

1.6.0

06 May 23:35
Compare
Choose a tag to compare
  • Rename DateChangedAttribute to UpdatedAtAttribute
  • Fixed some bugs
  • JOIN is supported
  • MySQL: add "`" for all queries

1.5.0

06 May 23:40
Compare
Choose a tag to compare

I did automatic processing of assigning an object change date

1.4.2

06 May 23:43
Compare
Choose a tag to compare

Fix access for OpenConnection in DapperDbContext

1.4.1

06 May 23:45
Compare
Choose a tag to compare

Added IDbTransaction parameter for all requests in repository

1.4.0

06 May 23:47
Compare
Choose a tag to compare

Upgrade to netstandard1.3

1.3.3

03 Nov 09:38
Compare
Choose a tag to compare
fix Select

1.3.2

22 Oct 21:41
Compare
Choose a tag to compare

extend some methods, and small fix

1.3.1

13 Oct 17:31
Compare
Choose a tag to compare
fix FindAll()

1.3.0

05 Oct 18:41
Compare
Choose a tag to compare

Support joins