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 a0ed6ab commit 3b16451Copy full SHA for 3b16451
src/zstd_vfs.h
@@ -374,7 +374,7 @@ class ZstdVFS : public SQLiteNested::VFS {
374
SQLiteNested::VFS::InitOuterDB(db);
375
std::vector<const char *> ddl = {
376
"CREATE TABLE nested_vfs_zstd_dicts (id INTEGER PRIMARY KEY AUTOINCREMENT, dict BLOB "
377
- "NOT NULL, page_count INTEGER NOT NULL)"};
+ "NOT NULL, page_count INTEGER NOT NULL); PRAGMA application_id=0x7a737464"};
378
for (const auto &stmt : ddl) {
379
SQLite::Statement(db, stmt).executeStep();
380
}
0 commit comments