@@ -50,7 +50,11 @@ This test:
5050``` cs
5151await Verify (connection );
5252```
53+ <<<<<<< ours
5354<sup ><a href =' /src/Tests/Tests.cs#L317-L321 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-SqlServerSchema ' title =' Start of snippet ' >anchor</a ></sup >
55+ =======
56+ <sup ><a href =' /src/Tests/Tests.cs#L77-L81 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-SqlServerSchema ' title =' Start of snippet ' >anchor</a ></sup >
57+ >>>>>>> theirs
5458 <!-- endSnippet -->
5559
5660Will result in the following verified file:
@@ -69,7 +73,11 @@ await Verify(connection)
6973 // include only tables and views
7074 .SchemaIncludes (DbObjects .Tables | DbObjects .Views );
7175```
76+ <<<<<<< ours
7277<sup ><a href =' /src/Tests/Tests.cs#L683-L689 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-SchemaInclude ' title =' Start of snippet ' >anchor</a ></sup >
78+ =======
79+ <sup ><a href =' /src/Tests/Tests.cs#L443-L449 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-SchemaInclude ' title =' Start of snippet ' >anchor</a ></sup >
80+ >>>>>>> theirs
7381 <!-- endSnippet -->
7482
7583Available values:
@@ -107,7 +115,11 @@ await Verify(connection)
107115 _ => _ is TableViewBase ||
108116 _ .Name == " MyTrigger" );
109117```
118+ <<<<<<< ours
110119<sup ><a href =' /src/Tests/Tests.cs#L708-L716 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-SchemaFilter ' title =' Start of snippet ' >anchor</a ></sup >
120+ =======
121+ <sup ><a href =' /src/Tests/Tests.cs#L468-L476 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-SchemaFilter ' title =' Start of snippet ' >anchor</a ></sup >
122+ >>>>>>> theirs
111123 <!-- endSnippet -->
112124
113125
@@ -129,7 +141,11 @@ command.CommandText = "select Value from MyTable";
129141var value = await command .ExecuteScalarAsync ();
130142await Verify (value ! );
131143```
144+ <<<<<<< ours
132145<sup ><a href =' /src/Tests/Tests.cs#L492-L502 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-Recording ' title =' Start of snippet ' >anchor</a ></sup >
146+ =======
147+ <sup ><a href =' /src/Tests/Tests.cs#L252-L262 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-Recording ' title =' Start of snippet ' >anchor</a ></sup >
148+ >>>>>>> theirs
133149 <!-- endSnippet -->
134150
135151Will result in the following verified file:
@@ -184,7 +200,11 @@ await Verify(
184200 sqlEntries = entries
185201 });
186202```
203+ <<<<<<< ours
187204<sup ><a href =' /src/Tests/Tests.cs#L569-L599 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingSpecific ' title =' Start of snippet ' >anchor</a ></sup >
205+ =======
206+ <sup ><a href =' /src/Tests/Tests.cs#L329-L359 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingSpecific ' title =' Start of snippet ' >anchor</a ></sup >
207+ >>>>>>> theirs
188208 <!-- endSnippet -->
189209
190210
@@ -212,7 +232,11 @@ var sqlErrorsViaType = entries
212232 .Select (_ => _ .Data )
213233 .OfType <ErrorEntry >();
214234```
235+ <<<<<<< ours
215236<sup ><a href =' /src/Tests/Tests.cs#L625-L644 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingReadingResults ' title =' Start of snippet ' >anchor</a ></sup >
237+ =======
238+ <sup ><a href =' /src/Tests/Tests.cs#L385-L404 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingReadingResults ' title =' Start of snippet ' >anchor</a ></sup >
239+ >>>>>>> theirs
216240 <!-- endSnippet -->
217241
218242
0 commit comments