-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
81 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
test/FluentCommand.Tests/Query/Snapshots/DeleteBuilderTest.DeleteEntityJoin.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
...luentCommand.Tests/Query/Snapshots/DeleteBuilderTest.DeleteEntityWithComment.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
/* Caller; DeleteEntityWithComment() in DeleteBuilderTest.cs:line 39 */ | ||
DELETE FROM [dbo].[Status] | ||
DELETE FROM [dbo].[Status] | ||
OUTPUT [DELETED].[Id] | ||
WHERE ([Id] = @p0000); |
3 changes: 1 addition & 2 deletions
3
...nd.Tests/Query/Snapshots/SelectBuilderTest.SelectColumnsAliasWhereTagBuilder.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
/* Caller; SelectColumnsAliasWhereTagBuilder() in SelectBuilderTest.cs:line 122 */ | ||
SELECT [EntityId] AS [Id], [Name] | ||
SELECT [EntityId] AS [Id], [Name] | ||
FROM [EntityAlias] | ||
WHERE ([EntityId] = @p0000) | ||
ORDER BY [Name] ASC; |
3 changes: 1 addition & 2 deletions
3
...and.Tests/Query/Snapshots/SelectBuilderTest.SelectEntityAliasWhereTagBuilder.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
/* Caller; SelectEntityAliasWhereTagBuilder() in SelectBuilderTest.cs:line 101 */ | ||
SELECT [EntityId] AS [Id], [Name] | ||
SELECT [EntityId] AS [Id], [Name] | ||
FROM [EntityAlias] | ||
WHERE ([EntityId] = @p0000) | ||
ORDER BY [Name] ASC; |
1 change: 0 additions & 1 deletion
1
...luentCommand.Tests/Query/Snapshots/SelectBuilderTest.SelectEntityJoinBuilder.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
...tCommand.Tests/Query/Snapshots/SelectBuilderTest.SelectEntityTemporalBuilder.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
/* Caller; SelectEntityTemporalBuilder() in SelectBuilderTest.cs:line 142 */ | ||
SELECT [Id], [Name] | ||
SELECT [Id], [Name] | ||
FROM [dbo].[Status] FOR SYSTEM_TIME AS OF @p0000 | ||
WHERE ([Id] = @p0001) | ||
ORDER BY [Name] ASC; |
3 changes: 1 addition & 2 deletions
3
test/FluentCommand.Tests/Query/Snapshots/SelectBuilderTest.SelectEntityWhereIn.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
/* Caller; SelectEntityWhereIn() in SelectBuilderTest.cs:line 187 */ | ||
SELECT [Id], [Name] | ||
SELECT [Id], [Name] | ||
FROM [dbo].[Status] | ||
WHERE ([Id] IN (@p0000,@p0001)) | ||
ORDER BY [Name] ASC; |
3 changes: 1 addition & 2 deletions
3
...entCommand.Tests/Query/Snapshots/SelectBuilderTest.SelectEntityWhereInDouble.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
/* Caller; SelectEntityWhereInDouble() in SelectBuilderTest.cs:line 206 */ | ||
SELECT [Id], [Name] | ||
SELECT [Id], [Name] | ||
FROM [dbo].[Status] | ||
WHERE ([Id] IN (@p0000,@p0001) AND [Name] IN (@p0002,@p0003)) | ||
ORDER BY [Name] ASC; |
3 changes: 1 addition & 2 deletions
3
.../FluentCommand.Tests/Query/Snapshots/SelectBuilderTest.SelectEntityWhereInIf.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
/* Caller; SelectEntityWhereInIf() in SelectBuilderTest.cs:line 226 */ | ||
SELECT [Id], [Name] | ||
SELECT [Id], [Name] | ||
FROM [dbo].[Status] | ||
WHERE ([Id] IN (@p0000,@p0001)) | ||
ORDER BY [Name] ASC; |
3 changes: 1 addition & 2 deletions
3
...ommand.Tests/Query/Snapshots/SelectBuilderTest.SelectEntityWhereLimitBuilder.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tCommand.Tests/Query/Snapshots/SelectBuilderTest.SelectEntityWhereTagBuilder.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters