Skip to content

Commit bfe86dc

Browse files
committed
Draft of ReleaseNotes.txt
1 parent 29f6759 commit bfe86dc

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

Build/ReleaseNotes.txt

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,42 @@ An online version of these release notes is available at:
44
http://tsqlt.org/category/release-notes/
55

66

7-
87
---------------------------
98
Release: VLATEST-BUILD-NUMBER
109

1110
BUG FIXES:
1211

12+
N/A
13+
14+
NEW FEATURES:
15+
16+
1. SpyProcedure has a new optional parameter, @CallOriginal
17+
2. SpyProcedure provides the variable @SpyProcedureOriginalObjectName within the CommandToExecute
18+
3. NoTransaction annotation
19+
20+
--[@tSQLt:NoTransaction](@CleanUpProcedureName) <-- Executes the test outside of a transaction. If a @CleanUpProcedureName is specified, it will be executed after the test completes.
21+
22+
4. UndoTestDoubles
23+
5. FakeFunction allows FakeDataSource to be a "VALUES" clause.
24+
25+
MISCELLANEOUS:
26+
27+
1. Reduced the complexity of building and testing tSQLt.
28+
2. Removed dependency on Private_NullCellTable table
29+
3. Installation of tSQLt can handle more edge cases
30+
4. Standardized error messages
31+
5. For tSQLt contributors: New build target 'tSQLtOnly', which skips Facade validation steps
32+
33+
TODO
34+
make UndoSingleTestDouble private
35+
clean up line 134 tSQLt.class.sql
36+
37+
38+
---------------------------
39+
Release: V1.0.7950.1808
40+
41+
BUG FIXES:
42+
1343
1. Removed unexpected facade objects (aka ufos) from tSQLt dacpacs.
1444

1545
NEW FEATURES:

0 commit comments

Comments
 (0)