We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9aee5d commit 025c940Copy full SHA for 025c940
src/dbup-sqlite/Helpers/InMemorySQLiteDatabase.cs
@@ -23,8 +23,7 @@ public InMemorySQLiteDatabase()
23
{
24
DataSource = ":memory:",
25
DefaultTimeout = 5,
26
- Mode = SqliteOpenMode.Memory,
27
- ConnectionString = "PRAGMA encoding='UTF-16'; PRAGMA journal_mode='MEMORY';"
+ Mode = SqliteOpenMode.Memory
28
};
29
ConnectionString = connectionStringBuilder.ToString();
30
0 commit comments