We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edfa3b5 commit 020607cCopy full SHA for 020607c
src/binding.cc
@@ -503,7 +503,7 @@ class Connection : public ObjectWrap {
503
this->copyOutMode_ = false;
504
return true;
505
}
506
- return true;
+ return false;
507
508
bool HandleResult(PGresult* result)
509
{
@@ -533,7 +533,7 @@ class Connection : public ObjectWrap {
533
534
this->copyInMode_ = true;
535
Emit("copyInResponse");
536
- return false;
537
538
break;
539
case PGRES_COPY_OUT:
0 commit comments