This commit is contained in:
gwenn 2024-11-10 17:07:48 +01:00
parent 3d85c79891
commit aa5a4a2cf0

View File

@ -225,7 +225,7 @@ impl Connection {
) -> Result<Blob<'a>> {
let c = self.db.borrow_mut();
let mut blob = ptr::null_mut();
let db = db.as_cstring()?;
let db = db.as_cstr()?;
let table = super::str_to_cstring(table)?;
let column = super::str_to_cstring(column)?;
let rc = unsafe {