Handle copy out in quick_query
This commit is contained in:
parent
1aabcdbb2a
commit
d12b01ab89
@ -800,7 +800,8 @@ impl InnerConnection {
|
||||
})
|
||||
.collect());
|
||||
}
|
||||
CopyInResponse { .. } => {
|
||||
CopyInResponse { .. } |
|
||||
CopyOutResponse { .. } => {
|
||||
try!(self.write_messages(&[CopyFail {
|
||||
message: "COPY queries cannot be directly \
|
||||
executed",
|
||||
|
Loading…
Reference in New Issue
Block a user