fix native compile warnings
This commit is contained in:
parent
ec0d0beff2
commit
6da25609cf
@ -494,7 +494,7 @@ protected:
|
||||
}
|
||||
if (copied == 0) {
|
||||
//wait for next read ready
|
||||
//result was not handled copmpletely
|
||||
//result was not handled completely
|
||||
return false;
|
||||
} else if (copied == -1) {
|
||||
this->copyOutMode_ = false;
|
||||
@ -503,6 +503,7 @@ protected:
|
||||
this->copyOutMode_ = false;
|
||||
return true;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
bool HandleResult(PGresult* result)
|
||||
{
|
||||
@ -546,6 +547,7 @@ protected:
|
||||
printf("YOU SHOULD NEVER SEE THIS! PLEASE OPEN AN ISSUE ON GITHUB! Unrecogized query status: %s\n", PQresStatus(status));
|
||||
break;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
void EmitCommandMetaData(PGresult* result)
|
||||
|
Loading…
Reference in New Issue
Block a user