Releases: abakumov-v/DbExecutor
Releases · abakumov-v/DbExecutor
1.0.2-alpha11
Add FakeDbExecutorFactory - may be useful for integration tests
1.0.1-alpha9
- Remove 1 Execute method and add ExecuteAsync method
- Add QueryAsync methods
1.0.1-alpha8
Add new implementations of IDbExecutor - DapperDbExecutorWithoutCommit. This can be useful in some scenarios, such as integration tests, because we will not commit changes made by integration tests.
1.0.1-alpha7
Made some methods in DapperDbExecutor as virtual - for unit- and integration tests
1.0.1-alpha6
Source of dependency from System.Data.SqlClient
in DapperDbExecutor
was changed to NuGet.org
1.0.1-alpha5
Added support for external transactions (which be opened externally). For this you can use the UseTransaction
method on IDbExecutor
instance. Readme will be updated later.
1.0.1-alpha4
Only non-important changes:
- fix AppVeyor configurations for builds and deploy releases
- fix badges for master branch in readme.md
- add comment for IDbExecutor
1.0.1-alpha1
First release