We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f99298 commit db80556Copy full SHA for db80556
src/cursor/mod.rs
@@ -134,7 +134,6 @@ impl Cursor {
134
135
/// Execute the given SQL statements and place the cursor at the first
136
/// reply. The results of any earlier queries on this cursor are discarded.
137
-
138
pub fn execute(&mut self, statements: &str) -> CursorResult<()> {
139
self.exhaust()?;
140
0 commit comments