File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff 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
50519. 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+
5458OTHER:
5559
56601. Cleaned up several procedures and tests
You can’t perform that action at this time.
0 commit comments