RDB$TYPES contain duplicated character sets
-------------------------------------------

                 Key: CORE-3820
                 URL: http://tracker.firebirdsql.org/browse/CORE-3820
             Project: Firebird Core
          Issue Type: Bug
          Components: Charsets/Collation
    Affects Versions: 2.5.1
            Reporter: kdv
            Priority: Minor


table RDB$TYPES have duplicate records for some rdb$character_set_name. 
Duplicates can be found by query

select rdb$field_name, rdb$type_name, count(rdb$type_name) 
from rdb$types
group by rdb$field_name, rdb$type_name
having count(rdb$type_name) > 1

-- 
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

        

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to