Releases: phnx47/dapper-repositories
Releases · phnx47/dapper-repositories
1.16.1
12 Mar 07:19
Compare
Sorry, something went wrong.
No results found
Fix ReadOnlyDapperRepository.Dispose (#162 )
Fix SQLite syntax (#149 )
1.16.0
18 Feb 06:06
Compare
Sorry, something went wrong.
No results found
Add overload method of ISqlGenerator.GetUpdate (#163 )
1.15.0
28 Aug 21:17
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Performance
Support for TypeHandlers
Some bug fixes
1.14.0
27 Feb 16:01
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added SetSelect method
Added update with joins support
Performance improvements
SQLite fixes
Better DI support
Bug fixes
1.12.0
11 Jan 08:08
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
fix BulkUpdate for MySql & PostgreSql (#59 )
1.8.2
16 Sep 23:16
Compare
Sorry, something went wrong.
No results found
update entity without Key (#48 )