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

Blob transliteration may not happen inside the union [CORE3489] #3848

Closed
firebird-automations opened this issue May 23, 2011 · 6 comments
Closed

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: John Kilin (johnkilin)

Is related to QA480

Test case (database and connection charset is win1251):

create or alter procedure p_test
returns (
rresult blob sub_type 1 segment size 80 character set unicode_fss)
AS
begin
rresult= 'Тест'; -- text in cp1251
suspend;
end

select rresult
from p_test
union
select rresult
from p_test

The field value is not transliterated. But if a sub-query is executed separately (without union), then the field value is transliterated properly.

Commits: 893701a 0bda6ba

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

reporter: Dmitry Yemanov [ dimitr ] => John Kilin [ johnkilin ]

assignee: Adriano dos Santos Fernandes [ asfernandes ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

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

resolution: Fixed [ 1 ]

Fix Version: 2.5.1 [ 10333 ]

Fix Version: 3.0 Alpha 1 [ 10331 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Link: This issue is related to QA480 [ QA480 ]

@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