Skip to content

Commit

Permalink
Merge pull request #314 from penberg/hrana-reset
Browse files Browse the repository at this point in the history
libsql/core: Implement hrana Statement::reset()
  • Loading branch information
LucioFranco authored Aug 25, 2023
2 parents 0b28b0b + 5d61aa2 commit ed32626
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/core/src/v2/hrana.rs
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ impl super::statement::Stmt for Statement {
}

fn reset(&self) {
todo!()
}

fn parameter_count(&self) -> usize {
Expand Down

0 comments on commit ed32626

Please sign in to comment.