1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-24 19:49:22 +02:00

SQLite: Правка добавления расширений

This commit is contained in:
Anton Titovets
2025-02-26 15:43:58 +03:00
parent 878dbf08ff
commit 55a602e49a
6 changed files with 2 additions and 1 deletions

View File

@@ -86,6 +86,7 @@ pub fn load_extension(client: &mut component::AddIn, path: String, point: String
}
}
}
}
}

View File

@@ -45,7 +45,7 @@ pub fn cal_func(obj: &mut AddIn, num: usize, params: &mut [Variant]) -> Box<dyn
},
3 => {
let path = params[0].get_string().unwrap_or("".to_string());
let point = params[0].get_string().unwrap_or("".to_string());
let point = params[1].get_string().unwrap_or("".to_string());
Box::new(methods::load_extension(obj, path, point))
},

Binary file not shown.

Binary file not shown.