mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-27 13:04:20 +01:00
fix all open_file use cases for mvcc mode
This commit is contained in:
@@ -68,7 +68,7 @@ pub extern "system" fn Java_tech_turso_core_TursoDB_openUtf8<'local>(
|
||||
}
|
||||
};
|
||||
|
||||
let db = match Database::open_file(io.clone(), &path, false, true) {
|
||||
let db = match Database::open_file(io.clone(), &path, false, true, turso_core::MvccMode::Noop) {
|
||||
Ok(db) => db,
|
||||
Err(e) => {
|
||||
set_err_msg_and_throw_exception(&mut env, obj, TURSO_ETC, e.to_string());
|
||||
|
||||
Reference in New Issue
Block a user