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 1c43930 commit 99f1717Copy full SHA for 99f1717
src/binding.cc
@@ -461,7 +461,7 @@ class Connection : public ObjectWrap {
461
EmitCommandMetaData(result);
462
break;
463
default:
464
- printf("Unrecogized query status: %s\n", PQresStatus(status));
+ printf("YOU SHOULD NEVER SEE THIS! PLEASE OPEN AN ISSUE ON GITHUB! Unrecogized query status: %s\n", PQresStatus(status));
465
466
}
467
0 commit comments