Skip to content

Commit 3b16451

Browse files
committed
set PRAGMA application_id=0x7a737464 on outer db
1 parent a0ed6ab commit 3b16451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zstd_vfs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ class ZstdVFS : public SQLiteNested::VFS {
374374
SQLiteNested::VFS::InitOuterDB(db);
375375
std::vector<const char *> ddl = {
376376
"CREATE TABLE nested_vfs_zstd_dicts (id INTEGER PRIMARY KEY AUTOINCREMENT, dict BLOB "
377-
"NOT NULL, page_count INTEGER NOT NULL)"};
377+
"NOT NULL, page_count INTEGER NOT NULL); PRAGMA application_id=0x7a737464"};
378378
for (const auto &stmt : ddl) {
379379
SQLite::Statement(db, stmt).executeStep();
380380
}

0 commit comments

Comments
 (0)