mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
make error message text more obvious
This commit is contained in:
parent
1c43930ba1
commit
99f1717ba8
@ -461,7 +461,7 @@ protected:
|
||||
EmitCommandMetaData(result);
|
||||
break;
|
||||
default:
|
||||
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));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user