mirror of
https://github.com/isar/rusqlite.git
synced 2026-01-23 21:22:24 +08:00
Remove second field from RawStatement
Use sqlite3_db_handle instead
This commit is contained in:
@@ -895,7 +895,7 @@ impl InnerConnection {
|
||||
}
|
||||
};
|
||||
self.decode_result(r).map(|_| {
|
||||
Statement::new(conn, RawStatement::new(c_stmt, self.db()))
|
||||
Statement::new(conn, RawStatement::new(c_stmt))
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user