FirebirdSQL / jaybird

JDBC driver for Firebird
https://firebirdsql.org/en/jdbc-driver/
GNU Lesser General Public License v2.1
94 stars 23 forks source link

Generate error messages and SQLstate from Firebird 5.0 #707

Closed mrotteveel closed 1 year ago

mrotteveel commented 2 years ago

Previously, the Firebird builds produced a MSG.FDB which contained error information, which is used by the MessageDump utility to generate error message and sqlstate files. In Firebird 5.0, this was changed, and the build no longer produces a queryable database. Instead, we need to parse the information from from include/firebird/impl/msg.

vasiliy-yashkov commented 2 years ago

Hi @mrotteveel! I recently wrote a program to generate property files containing error codes and error messages from Firebird 5. Written in c++. If you are interested, you can have a look at it - https://github.com/vasiliy-yashkov/message_dump

mrotteveel commented 2 years ago

Update messages itself closer to release of Jaybird 5.