mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-19 15:05:47 +01:00
enable indices in java sdk
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, false) {
|
||||
let db = match Database::open_file(io.clone(), &path, false, true) {
|
||||
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