mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
handle PGRES_COMMAND_OK
This commit is contained in:
parent
c321151325
commit
1ee427ac4f
@ -256,6 +256,9 @@ protected:
|
||||
case PGRES_FATAL_ERROR:
|
||||
EmitLastError();
|
||||
break;
|
||||
case PGRES_COMMAND_OK:
|
||||
//do nothing
|
||||
break;
|
||||
default:
|
||||
printf("Unrecogized query status: %s\n", PQresStatus(status));
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user