Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDB$TYPES contain duplicate character sets [CORE3820] #4162

Closed
firebird-automations opened this issue Apr 17, 2012 · 7 comments
Closed

RDB$TYPES contain duplicate character sets [CORE3820] #4162

firebird-automations opened this issue Apr 17, 2012 · 7 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @ibaseru

Is related to QA574

Votes: 1

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

Result of the query:
RDB$FIELD_NAME RDB$TYPE_NAME COUNT
RDB$CHARACTER_SET_NAME ISO8859_1 2
RDB$CHARACTER_SET_NAME ISO8859_13 2
RDB$CHARACTER_SET_NAME ISO8859_2 2
RDB$CHARACTER_SET_NAME ISO8859_3 2
RDB$CHARACTER_SET_NAME ISO8859_4 2
RDB$CHARACTER_SET_NAME ISO8859_5 2
RDB$CHARACTER_SET_NAME ISO8859_6 2
RDB$CHARACTER_SET_NAME ISO8859_7 2
RDB$CHARACTER_SET_NAME ISO8859_8 2
RDB$CHARACTER_SET_NAME ISO8859_9 2

Commits: 84147eb

@firebird-automations
Copy link
Collaborator Author

Modified by: @ibaseru

summary: RDB$TYPES contain duplicated character sets => RDB$TYPES contain duplicate character sets

@firebird-automations
Copy link
Collaborator Author

Modified by: @ibaseru

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

=>

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

Result of the query:
RDB$FIELD_NAME RDB$TYPE_NAME COUNT
RDB$CHARACTER_SET_NAME ISO8859_1 2
RDB$CHARACTER_SET_NAME ISO8859_13 2
RDB$CHARACTER_SET_NAME ISO8859_2 2
RDB$CHARACTER_SET_NAME ISO8859_3 2
RDB$CHARACTER_SET_NAME ISO8859_4 2
RDB$CHARACTER_SET_NAME ISO8859_5 2
RDB$CHARACTER_SET_NAME ISO8859_6 2
RDB$CHARACTER_SET_NAME ISO8859_7 2
RDB$CHARACTER_SET_NAME ISO8859_8 2
RDB$CHARACTER_SET_NAME ISO8859_9 2

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 3.0 Alpha 1 [ 10331 ]

assignee: Adriano dos Santos Fernandes [ asfernandes ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Link: This issue is related to QA574 [ QA574 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

status: Resolved [ 5 ] => Resolved [ 5 ]

QA Status: Done successfully

@firebird-automations
Copy link
Collaborator Author

Commented by: @pcisar

Test created.

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants