mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-09 13:02:19 +08:00
Merge remote-tracking branch 'origin/master' into doc_cfg
This commit is contained in:
@@ -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)?;
|
||||
|
Reference in New Issue
Block a user