Skip to content
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

Create FbError class #1

Open
asfernandes opened this issue Jun 13, 2018 · 4 comments
Open

Create FbError class #1

asfernandes opened this issue Jun 13, 2018 · 4 comments

Comments

@asfernandes
Copy link
Owner

Create a class to represent a Firebird exception which its status codes and strings.

asfernandes/node-firebird-driver#1

@gsbelarus
Copy link
Contributor

It definitely has to be solved as FB server error messages differs for Mac and Windows platforms.

@asfernandes
Copy link
Owner Author

Differ in what sense?

@sywka
Copy link
Contributor

sywka commented Nov 29, 2018

The sql errors are the same, but for some cases the errors from the driver may differ for different platforms.
For example, connection to a non-existent database.
For mac the error message is ... No such file or directory and for windows this is ... The system cannot find the file specified.

@marcin-bury
Copy link

Are there any chances to "dust off" this issue and implement this FbError class?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants