Subject | SET RDB$DESCRIPTION odd behaviour |
---|---|
Author | dh.space |
Post date | 2010-02-13T11:28:19Z |
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
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