Skip to content

Commit 38c5145

Browse files
authored
fix System.IO.IOException error (#43737)
1 parent a47ae63 commit 38c5145

File tree

1 file changed

+1
-0
lines changed
  • samples/snippets/standard/data/sqlite/HelloWorldSample

1 file changed

+1
-0
lines changed

samples/snippets/standard/data/sqlite/HelloWorldSample/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ FROM user
7979
#endregion
8080

8181
// Clean up
82+
SqliteConnection.ClearAllPools();
8283
File.Delete("hello.db");
8384
}
8485
}

0 commit comments

Comments
 (0)