Remove weird continue
This commit is contained in:
parent
e5ed2ba96e
commit
58dd5fe12b
@ -1390,7 +1390,6 @@ impl<'stmt> PostgresRows<'stmt> {
|
|||||||
message: "COPY queries cannot be directly executed",
|
message: "COPY queries cannot be directly executed",
|
||||||
},
|
},
|
||||||
Sync]));
|
Sync]));
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
_ => {
|
_ => {
|
||||||
conn.desynchronized = true;
|
conn.desynchronized = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user