diff --git a/postgres/src/lib.rs b/postgres/src/lib.rs index 99df51b0..7056a6c1 100644 --- a/postgres/src/lib.rs +++ b/postgres/src/lib.rs @@ -963,7 +963,7 @@ impl InnerConnection { result.push(TextRows::new(cols, mem::replace(&mut rows, Vec::new()))); } } - _ => {} + _ => bad_response!(self), } } Ok(result)