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