14.02.2021 14:46, Mark Rotteveel wrote:
What is the maximum length of an event name? The (English) Firebird 2.5 Language Reference says 127 bytes, the (Russian) Firebird 3.0 Language Reference says both 64 characters and 127 bytes.

What is the correct size?

On client side it is limited by EPB where the length is UCHAR (in some versions it was signed one). Server implementation uses USHORT. The safe assumption is 127 bytes while in all supported versions it is 255 bytes. AFAICS event names are not transliterated so maximum character length is not specified.

--
  WBR, SD.


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to