Skip to content

Commit 866aa54

Browse files
committed
wordsmithing ReleaseNotes.txt and deleted extraneous comments
1 parent bfe86dc commit 866aa54

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

Build/ReleaseNotes.txt

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,21 @@ NEW FEATURES:
1515

1616
1. SpyProcedure has a new optional parameter, @CallOriginal
1717
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.
18+
3. NoTransaction test annotation --[@tSQLt:NoTransaction](@CleanUpProcedureName)
19+
This annotation causes the test to be executed outside of a transaction. The @CleanUpProcedureName procedure is executed after the test completes.
20+
4. UndoTestDoubles, useful when test double procedures like tSQLt.FakeTable are executed outside of a transaction
21+
5. FakeFunction allows FakeDataSource to be a "VALUES" clause
2422

2523
MISCELLANEOUS:
2624

27-
1. Reduced the complexity of building and testing tSQLt.
25+
1. Reduced the complexity of building and testing tSQLt
2826
2. Removed dependency on Private_NullCellTable table
2927
3. Installation of tSQLt can handle more edge cases
3028
4. Standardized error messages
3129
5. For tSQLt contributors: New build target 'tSQLtOnly', which skips Facade validation steps
3230

33-
TODO
31+
TODO <-- START HERE
3432
make UndoSingleTestDouble private
35-
clean up line 134 tSQLt.class.sql
36-
3733

3834
---------------------------
3935
Release: V1.0.7950.1808

Source/tSQLt.class.sql

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,6 @@ RETURN
131131
AND LE.LoginTime = ES.login_time
132132
WHERE ES.session_id = @@SPID;
133133
GO
134-
/*--
135-
IF(LTRIM(ISNULL(@TestName,'')) = '')
136-
--*/
137134

138135
CREATE PROCEDURE tSQLt.Private_SaveTestNameForSession
139136
@TestName NVARCHAR(MAX)

0 commit comments

Comments
 (0)