jaybird icon indicating copy to clipboard operation
jaybird copied to clipboard

Generate error messages and SQLstate from Firebird 5.0

Open mrotteveel opened this issue 2 years ago • 2 comments

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.

mrotteveel avatar Oct 01 '22 14:10 mrotteveel

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

vasiliy-yashkov avatar Oct 12 '22 07:10 vasiliy-yashkov

Update messages itself closer to release of Jaybird 5.

mrotteveel avatar Oct 14 '22 12:10 mrotteveel