simple_query generate error on unexpected message

This commit is contained in:
Joe Wilm
2018-05-03 08:06:39 -07:00
parent d21090d929
commit aeaea5e38e

View File

@@ -963,7 +963,7 @@ impl InnerConnection {
result.push(TextRows::new(cols, mem::replace(&mut rows, Vec::new())));
}
}
_ => {}
_ => bad_response!(self),
}
}
Ok(result)