We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f42867 commit ebd8fd1Copy full SHA for ebd8fd1
MemoryCrawler/MemoryCrawler/Crawler/cache.cpp
@@ -20,7 +20,7 @@ void SnapshotCrawlerCache::open(const char *filepath)
20
assert(rc == 0);
21
22
sqlite3_exec(__database, "PRAGMA FOREIGN_KEYS=OFF;", nullptr, nullptr, nullptr);
23
- sqlite3_exec(__database, "PRAGMA journal_mode = MEMORY", nullptr, nullptr, nullptr);
+ sqlite3_exec(__database, "PRAGMA journal_mode = MEMORY;", nullptr, nullptr, nullptr);
24
}
25
26
void SnapshotCrawlerCache::create(const char *sql)
0 commit comments