mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-28 04:14:34 +01:00
cli: Add --experimental-mvcc option to enable MVCC
This commit is contained in:
@@ -116,7 +116,7 @@ pub unsafe extern "C" fn sqlite3_open(
|
||||
Err(_) => return SQLITE_MISUSE,
|
||||
},
|
||||
};
|
||||
match limbo_core::Database::open_file(io, filename) {
|
||||
match limbo_core::Database::open_file(io, filename, false) {
|
||||
Ok(db) => {
|
||||
let conn = db.connect().unwrap();
|
||||
*db_out = Box::leak(Box::new(sqlite3::new(db, conn)));
|
||||
|
||||
Reference in New Issue
Block a user