This commit is contained in:
GitHub Action 2022-06-02 04:21:27 +00:00
Родитель 008147a953
Коммит d04f75d5c5
1 изменённых файлов: 2 добавлений и 6 удалений

Просмотреть файл

@ -98,7 +98,6 @@ Will result in the following verified file:
sql: [
{
Type: ReaderExecutedAsync,
HasTransaction: false,
Text:
SELECT [c].[Id], [c].[Content]
FROM [Companies] AS [c]
@ -106,7 +105,6 @@ WHERE [c].[Content] = N'Title'
},
{
Type: ReaderExecuted,
HasTransaction: false,
Text:
SELECT COUNT(*)
FROM [Companies] AS [c]
@ -114,7 +112,7 @@ FROM [Companies] AS [c]
]
}
```
<sup><a href='/src/Verify.EntityFramework.Tests/CoreTests.Recording.verified.txt#L1-L20' title='Snippet source file'>snippet source</a> | <a href='#snippet-CoreTests.Recording.verified.txt' title='Start of snippet'>anchor</a></sup>
<sup><a href='/src/Verify.EntityFramework.Tests/CoreTests.Recording.verified.txt#L1-L18' title='Snippet source file'>snippet source</a> | <a href='#snippet-CoreTests.Recording.verified.txt' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
@ -198,7 +196,6 @@ VALUES (@p0, @p1);
},
{
Type: ReaderExecutedAsync,
HasTransaction: false,
Text:
SELECT [c].[Id], [c].[Content]
FROM [Companies] AS [c]
@ -206,7 +203,6 @@ WHERE [c].[Content] = N'Title'
},
{
Type: ReaderExecuted,
HasTransaction: false,
Text:
SELECT COUNT(*)
FROM [Companies] AS [c]
@ -214,7 +210,7 @@ FROM [Companies] AS [c]
]
}
```
<sup><a href='/src/Verify.EntityFramework.Tests/CoreTests.MultiDbContexts.verified.txt#L1-L32' title='Snippet source file'>snippet source</a> | <a href='#snippet-CoreTests.MultiDbContexts.verified.txt' title='Start of snippet'>anchor</a></sup>
<sup><a href='/src/Verify.EntityFramework.Tests/CoreTests.MultiDbContexts.verified.txt#L1-L30' title='Snippet source file'>snippet source</a> | <a href='#snippet-CoreTests.MultiDbContexts.verified.txt' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->