SHOW DOMAIN/TABLE does not display character set of system objects
------------------------------------------------------------------

                 Key: CORE-6262
                 URL: http://tracker.firebirdsql.org/browse/CORE-6262
             Project: Firebird Core
          Issue Type: Bug
          Components: ISQL
    Affects Versions: 4.0 Beta 1
            Reporter: Adriano dos Santos Fernandes


With CORE-5064 (7b9b408) the engine started to write in RDB$FIELD_SUB_TYPE of 
CHAR/VARCHAR the set of constants (fb_text_subtype_text, 
fb_text_subtype_binary).

But earlier system fields were created with RDB$FIELD_SUB_TYPE with another set 
(dsc_text_type_none, dsc_text_type_fixed, dsc_text_type_ascii, 
dsc_text_type_metadata).

That make ISQL does not show the character set of system objects.

I'm fixing this with the assumption that fb_text_subtype_binary == 
dsc_text_type_fixed and that they mean the same thing, but maybe implementation 
of CORE-5064 should be reviewed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


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

Reply via email to