@@ -65,7 +65,7 @@ await Verify(connection)
6565 // include only tables and views
6666 .SchemaIncludes (DbObjects .Tables | DbObjects .Views );
6767```
68- <sup ><a href =' /src/Tests/Tests.cs#L423-L429 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-SchemaInclude ' title =' Start of snippet ' >anchor</a ></sup >
68+ <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 >
6969<!-- endSnippet -->
7070
7171Available values:
@@ -103,7 +103,7 @@ await Verify(connection)
103103 _ => _ is TableViewBase ||
104104 _ .Name == " MyTrigger" );
105105```
106- <sup ><a href =' /src/Tests/Tests.cs#L448-L456 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-SchemaFilter ' title =' Start of snippet ' >anchor</a ></sup >
106+ <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 >
107107<!-- endSnippet -->
108108
109109
@@ -125,7 +125,7 @@ command.CommandText = "select Value from MyTable";
125125var value = await command .ExecuteScalarAsync ();
126126await Verify (value ! );
127127```
128- <sup ><a href =' /src/Tests/Tests.cs#L232-L242 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-Recording ' title =' Start of snippet ' >anchor</a ></sup >
128+ <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 >
129129<!-- endSnippet -->
130130
131131Will result in the following verified file:
@@ -180,7 +180,7 @@ await Verify(
180180 sqlEntries = entries
181181 });
182182```
183- <sup ><a href =' /src/Tests/Tests.cs#L309-L339 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingSpecific ' title =' Start of snippet ' >anchor</a ></sup >
183+ <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 >
184184<!-- endSnippet -->
185185
186186
@@ -208,7 +208,7 @@ var sqlErrorsViaType = entries
208208 .Select (_ => _ .Data )
209209 .OfType <ErrorEntry >();
210210```
211- <sup ><a href =' /src/Tests/Tests.cs#L365-L384 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-RecordingReadingResults ' title =' Start of snippet ' >anchor</a ></sup >
211+ <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 >
212212<!-- endSnippet -->
213213
214214
0 commit comments