mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-06 16:54:23 +01:00
core: Make strict schema support experimental
It's not tested properly so let's mark it as experimental for now. Fixes #2775
This commit is contained in:
@@ -706,9 +706,7 @@ fn test_wal_bad_frame() -> anyhow::Result<()> {
|
||||
io.clone(),
|
||||
db_path.to_str().unwrap(),
|
||||
turso_core::OpenFlags::default(),
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
turso_core::DatabaseOpts::new().with_indexes(false),
|
||||
)
|
||||
.unwrap();
|
||||
let tmp_db = TempDatabase {
|
||||
|
||||
Reference in New Issue
Block a user