adithya217
Results
1
comments of
adithya217
The following class reproduces the problem: ``` class TestSQLite { private static string dbLocation = Path.Combine(Windows.Storage.ApplicationData.Current.LocalCacheFolder.Path, "testdb.sqlite"); private static SQLiteConnection dbConnection; private Random random; public TestSQLite() { dbConnection = new...