You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-24 19:49:22 +02:00
SQLite: Правка добавления расширений
This commit is contained in:
@@ -86,6 +86,7 @@ pub fn load_extension(client: &mut component::AddIn, path: String, point: String
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -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))
|
||||
},
|
||||
|
BIN
src/en/OInt/addins/OPI_SQLite.zip
vendored
BIN
src/en/OInt/addins/OPI_SQLite.zip
vendored
Binary file not shown.
Binary file not shown.
BIN
src/ru/OInt/addins/OPI_SQLite.zip
vendored
BIN
src/ru/OInt/addins/OPI_SQLite.zip
vendored
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user