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 6d53680 commit 2a2a562Copy full SHA for 2a2a562
crates/duckdb/src/r2d2.rs
@@ -115,7 +115,7 @@ impl r2d2::ManageConnection for DuckdbConnectionManager {
115
}
116
117
fn is_valid(&self, conn: &mut Self::Connection) -> Result<(), Self::Error> {
118
- conn.execute_batch("").map_err(Into::into)
+ conn.execute_batch("")
119
120
121
fn has_broken(&self, _: &mut Self::Connection) -> bool {
0 commit comments