Dapper.DataRepositories
Dapper.DataRepositories copied to clipboard
Base structures to implement Data Repository pattern upon Dapper as MicroOrm.
By default, the current database connection transaction is not passed in, which leads to the need to rewrite the method to pass in the transaction to achieve transaction control ...
It is recommended to add a SetLimit extension method that supports custom sql This is the version of sql server used in my project ``` `public Task GetAllPagedAsync(string customSql, int...
Hey man, any chance you can upgrade the deps on Dapper + SqlGenerator to 1.50.2 and 1.0.0.3 respectively. Tried to do a pull request but failed epicly so just thought...
When re-using the same SQL connection for more than one data reader for the same command, the query fails with DataReader already open.
When I add the nuget pacakge for Dapper.DataRepositories I get an error saying the ExecuteScalar is missing.
Can you please sign the assembly so that it can be deployed to GAC

First of all, thanks. You have developed a very useful library. I was trying to access to a table that doesn't have the default schema so the queries fail. I...