mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
minimal error handling
This commit is contained in:
parent
c014096e0e
commit
5cb871c143
@ -505,6 +505,7 @@ protected:
|
||||
} else if (copied == -2) {
|
||||
//TODO error handling
|
||||
//result is handled with error
|
||||
HandleErrorResult(NULL);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user