Skip to content

Releases: abakumov-v/DbExecutor

1.0.2-alpha11

13 Sep 12:12
2c3c30b
Compare
Choose a tag to compare
1.0.2-alpha11 Pre-release
Pre-release

Add FakeDbExecutorFactory - may be useful for integration tests

1.0.1-alpha9

17 Jul 09:33
1f690d1
Compare
Choose a tag to compare
1.0.1-alpha9 Pre-release
Pre-release
  • Remove 1 Execute method and add ExecuteAsync method
  • Add QueryAsync methods

1.0.1-alpha8

17 Jul 09:32
e583ebe
Compare
Choose a tag to compare
1.0.1-alpha8 Pre-release
Pre-release

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

17 Jul 09:32
ae78e52
Compare
Choose a tag to compare
1.0.1-alpha7 Pre-release
Pre-release

Made some methods in DapperDbExecutor as virtual - for unit- and integration tests

1.0.1-alpha6

21 Feb 07:15
7471457
Compare
Choose a tag to compare
1.0.1-alpha6 Pre-release
Pre-release

Source of dependency from System.Data.SqlClient in DapperDbExecutor was changed to NuGet.org

1.0.1-alpha5

20 Feb 09:39
1c068fc
Compare
Choose a tag to compare
1.0.1-alpha5 Pre-release
Pre-release

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

16 Feb 10:20
5d2c2ae
Compare
Choose a tag to compare
1.0.1-alpha4 Pre-release
Pre-release

Only non-important changes:

  1. fix AppVeyor configurations for builds and deploy releases
  2. fix badges for master branch in readme.md
  3. add comment for IDbExecutor

1.0.1-alpha1

16 Feb 09:33
fec77ca
Compare
Choose a tag to compare
1.0.1-alpha1 Pre-release
Pre-release

First release