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

CAST() ignores collation of target data type #8249

Closed
aafemt opened this issue Sep 11, 2024 · 1 comment
Closed

CAST() ignores collation of target data type #8249

aafemt opened this issue Sep 11, 2024 · 1 comment
Assignees

Comments

@aafemt
Copy link
Contributor

aafemt commented Sep 11, 2024

          @aafemt this change introduced a problem making this query work:
select cast('x' as varchar(10) character set utf8 collate wrong) from rdb$database;

Originally posted by @asfernandes in #7748 (comment)

@asfernandes
Copy link
Member

This is a regression introduced in #7748

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

3 participants