Skip to content

Releases: phnx47/dapper-repositories

1.16.0

18 Feb 06:06
1.16.0
06589be
Compare
Choose a tag to compare
  • Add overload method of ISqlGenerator.GetUpdate (#163)

1.15.0

28 Aug 21:17
28d4b4a
Compare
Choose a tag to compare
  • Lots of bug fixes
  • Performance improvements
  • Count with joins
  • Better ordering support
  • Better collection contains support
  • Group By support

1.14.1

01 Mar 20:39
652de37
Compare
Choose a tag to compare
  • Performance
  • Support for TypeHandlers
  • Some bug fixes

1.14.0

27 Feb 16:01
338d142
Compare
Choose a tag to compare
  • Fix SetOrderBy when used without creating a new object (#130)
  • Fix query select order not being respected (#122)

1.13.0

18 Feb 18:53
f210858
Compare
Choose a tag to compare
  • Added SetSelect method
  • Added update with joins support
  • Performance improvements
  • SQLite fixes
  • Better DI support
  • Bug fixes

1.12.0

11 Jan 08:08
1.12.0
1ff25c2
Compare
Choose a tag to compare
  • Added SQLite support (beta) (#53)
  • Added OrderBy function
  • Added SetLimit function, now you can create queries with limits and, optionally, offets. (#50)
  • Added possibility to change timezone in UpdatedAt attribute (#23)
  • Improved SELECT's and JOINS performance
  • Fixed some bugs

1.11.0

14 Nov 19:50
1.11.0
3d182c1
Compare
Choose a tag to compare
  • Enabling multiple FK on one table (#65)
  • Count(predicate) method (#73)
  • Support 'Contains'(#107)
  • Update Dapper version
  • Refactor and clean code
  • Create read only repository
  • Add MySql tests
  • Fix bugs

1.8.3

26 Oct 23:09
Compare
Choose a tag to compare
  • fix BulkUpdate for MySql & PostgreSql (#59)

1.8.2

16 Sep 23:16
Compare
Choose a tag to compare
  • update entity without Key (#48)

1.8.1

20 Aug 14:55
Compare
Choose a tag to compare
  • fix Delete query (#52)
  • add NETStandard.Library to netstandard1.3