mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-07 10:14:21 +01:00
implement Drop for Statement
This commit is contained in:
@@ -2741,6 +2741,12 @@ impl Statement {
|
||||
}
|
||||
}
|
||||
|
||||
impl Drop for Statement {
|
||||
fn drop(&mut self) {
|
||||
self.reset();
|
||||
}
|
||||
}
|
||||
|
||||
pub type Row = vdbe::Row;
|
||||
|
||||
pub type StepResult = vdbe::StepResult;
|
||||
|
||||
Reference in New Issue
Block a user