Skip to content

Commit 025c940

Browse files
committed
Removed PRAGMA because it doesn't work in this version
1 parent f9aee5d commit 025c940

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/dbup-sqlite/Helpers/InMemorySQLiteDatabase.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ public InMemorySQLiteDatabase()
2323
{
2424
DataSource = ":memory:",
2525
DefaultTimeout = 5,
26-
Mode = SqliteOpenMode.Memory,
27-
ConnectionString = "PRAGMA encoding='UTF-16'; PRAGMA journal_mode='MEMORY';"
26+
Mode = SqliteOpenMode.Memory
2827
};
2928
ConnectionString = connectionStringBuilder.ToString();
3029

0 commit comments

Comments
 (0)