Skip to content

Commit 30b5f73

Browse files
committed
ReleaseNotes.txt edit
1 parent 4a1787b commit 30b5f73

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Build/ReleaseNotes.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,18 @@ NEW FEATURES:
4343
This feature establishes backward compatibillity but comes at a performance cost.
4444
It might therefore be removed in a future version.
4545

46-
8. tSQLt automatically disables EXTERNAL_ACCESS each time a "run" method is called, if that
47-
should be required to continue test execution. This is necessary, if the requirements
48-
to enable EXTERNAL_ACCESS were once fulfilled but are not any longer.
46+
8. tSQLt detects at the beginning of each execution, if the requirements to enable
47+
EXTERNAL_ACCESS are not any longer fulfilled. If the assembly is still marked as
48+
EXTERNAL_ACCESS, the execution is halted immediately, and an error is reported
49+
back to the caller.
4950

5051
9. tSQLt checks at the beginning of each execution, if the installed assembly's version
5152
matches the version of the T-SQL code. If a mismatch is detected, the execution is
5253
immediately halted and an error is reported back to the caller.
5354

55+
A. tSQLt.Run now allows a test result formatter to be passed in in the @TestResultFormatter
56+
parameter. If that parameter is omitted or NULL, the default result formatter is used.
57+
5458
OTHER:
5559

5660
1. Cleaned up several procedures and tests

0 commit comments

Comments
 (0)