simple_query generate error on unexpected message
This commit is contained in:
@@ -963,7 +963,7 @@ impl InnerConnection {
|
||||
result.push(TextRows::new(cols, mem::replace(&mut rows, Vec::new())));
|
||||
}
|
||||
}
|
||||
_ => {}
|
||||
_ => bad_response!(self),
|
||||
}
|
||||
}
|
||||
Ok(result)
|
||||
|
||||
Reference in New Issue
Block a user