node-firebird-drivers icon indicating copy to clipboard operation
node-firebird-drivers copied to clipboard

Create FbError class

Open asfernandes opened this issue 6 years ago • 4 comments

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

https://github.com/asfernandes/node-firebird-driver/issues/1

asfernandes avatar Jun 13 '18 02:06 asfernandes

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

gsbelarus avatar Nov 29 '18 09:11 gsbelarus

Differ in what sense?

asfernandes avatar Nov 29 '18 16:11 asfernandes

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.

sywka avatar Nov 29 '18 17:11 sywka

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

marcin-bury avatar Jun 18 '24 10:06 marcin-bury