Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3332647
D5292.id17322.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
535 B
Referenced Files
None
Subscribers
None
D5292.id17322.diff
View Options
diff --git a/native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp b/native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
--- a/native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
+++ b/native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
@@ -553,6 +553,7 @@
make_column("name", &Metadata::name, unique(), primary_key()),
make_column("data", &Metadata::data)));
storage.on_open = on_database_open;
+ storage.pragma.journal_mode(journal_mode::WAL);
return storage;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 22, 12:43 AM (16 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2559224
Default Alt Text
D5292.id17322.diff (535 B)
Attached To
Mode
D5292: [native/sqlite] set `journal_mode` on fresh install
Attached
Detach File
Event Timeline
Log In to Comment