Subject SET RDB$DESCRIPTION odd behaviour
Author dh.space
Running Firebird-2.1.3.18185_0_Win32

SQL-script:

UPDATE RDB$RELATION_FIELDS
SET RDB$DESCRIPTION = 'Field Type Description'
WHERE (RDB$RELATION_NAME = 'T_FLDS') AND (RDB$FIELD_NAME = 'F_DES');

Runs sucessfully, But the Description is *incomplete*
No matter what text is put, it cuts-off the last 2 characters!
By setting SET RDB$DESCRIPTION = 'Field Type Description ', it's done correctly.

What is happening - anyone an idea ?

Daniele