mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-03 23:48:56 +08:00
Reset in Rows's drop impl instead of waiting for the next query
This commit is contained in:
@@ -4,7 +4,6 @@ use libc::{c_char, c_int, c_void};
|
||||
use std::ffi::{CStr, CString};
|
||||
use std::mem;
|
||||
use std::ptr;
|
||||
use std::str;
|
||||
use std::time::Duration;
|
||||
|
||||
use super::ffi;
|
||||
|
||||
Reference in New Issue
Block a user