Encryption support for database header page

This commit is contained in:
rajajisai
2025-09-11 16:17:01 -04:00
parent bc4aa63203
commit 89caa868f9
11 changed files with 205 additions and 118 deletions

View File

@@ -707,6 +707,7 @@ fn test_wal_bad_frame() -> anyhow::Result<()> {
db_path.to_str().unwrap(),
turso_core::OpenFlags::default(),
turso_core::DatabaseOpts::new().with_indexes(false),
None,
)
.unwrap();
let tmp_db = TempDatabase {