-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error message encoding lost #17
Comments
And, as it was discussed earlier, it would be great to get a firebird error code as well as a text error message. |
Isn't this your code not handing the promise rejection? If not, test case is needed. |
That ticket is already created - #1 |
Yes, it is our code |
This error is thrown by the driver when database is creating |
You mean that error catched has not that question marks, and error not catched and displayed by node has it? |
Seems like an issue with converting binary buffer with non-unicode characters to a string. |
Is this "????" a localized Windows message? |
To avoid misunderstandings.
The reason of error we can't understand, because we don't see error message. The error with question marks throws only on windows. |
What about open a cmd.exe console and run Will the same problem will happen? |
For connection to non-existing-file
|
Error message encoding being lost some where during propagation from firebird client library to nodejs output:
The text was updated successfully, but these errors were encountered: