Merge remote-tracking branch 'origin/master' into doc_cfg

This commit is contained in:
gwenn
2021-06-14 20:19:23 +02:00
5 changed files with 13 additions and 14 deletions

View File

@@ -223,7 +223,7 @@ impl Connection {
row_id: i64,
read_only: bool,
) -> Result<Blob<'a>> {
let mut c = self.db.borrow_mut();
let c = self.db.borrow_mut();
let mut blob = ptr::null_mut();
let db = db.as_cstring()?;
let table = super::str_to_cstring(table)?;