mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 01:58:16 +00:00
cli: Add --experimental-mvcc
option to enable MVCC
This commit is contained in:
parent
5d0982f5db
commit
96175cccf7
14 changed files with 27 additions and 18 deletions
|
@ -67,7 +67,7 @@ pub extern "system" fn Java_tech_turso_core_LimboDB_openUtf8<'local>(
|
|||
}
|
||||
};
|
||||
|
||||
let db = match Database::open_file(io.clone(), &path) {
|
||||
let db = match Database::open_file(io.clone(), &path, false) {
|
||||
Ok(db) => db,
|
||||
Err(e) => {
|
||||
set_err_msg_and_throw_exception(&mut env, obj, LIMBO_ETC, e.to_string());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue