1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-22 12:22:45 +03:00

driver v06-40-0007

This commit is contained in:
Byron Nikolaidis
1999-09-03 04:41:45 +00:00
parent 51f62ea45c
commit 19f947e800
3 changed files with 4 additions and 2 deletions

View File

@@ -875,7 +875,7 @@ QueryInfo qi;
*/
}
else {
self->errornumber = STMT_EXEC_ERROR;
self->errornumber = STMT_BAD_ERROR;
self->errormsg = "Error while executing the query";
}