Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.

Releases: Simply360/tSQLt.NET

v0.4.0

27 May 00:08
Compare
Choose a tag to compare

It is now possible to granularly install a subset of discovered tests. This means that if you have one or more tests with malformed SQL or any other issues causing the installation to fail, the rest of your tests will continue to work.

  • SqlLocalDbTestEnvironmentBootstrapper is no longer responsible for installing tests - that responsibility has moved to SqlTestRunner.
  • SqlConnectionStringTestRunner was removed.

v0.3.0

19 Dec 23:16
Compare
Choose a tag to compare

Tsqlt.NET now manages its own test database using SqlLocalDb.

v0.2.0

09 Dec 21:45
Compare
Choose a tag to compare

Change SqlTestExecutor to use a command parameter to specify the test name.

v0.1.4

09 Dec 20:05
Compare
Choose a tag to compare

Test stored procedures now work if the file they were generated from contains a single quote.

v0.1.3

09 Dec 18:37
Compare
Choose a tag to compare

TsqltTest.NormalizedTestMethodName now always converts test sql filenames to valid C# identifiers

v0.1.2

09 Dec 18:18
Compare
Choose a tag to compare

Removed spurious development dependency.

v0.1.1

09 Dec 18:12
Compare
Choose a tag to compare

TsqltTestClass.NormalizedTestClassName now always converts test sql filenames to valid C# identifiers.

Initial release

02 Nov 04:55
Compare
Choose a tag to compare
v0.1.0

fix version number