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

Fix #7548 - SET BIND OF TIMESTAMP WITH TIME ZONE TO CHAR is not working with UTF8 connection charset. #7549

Merged
merged 1 commit into from
Apr 18, 2023

Conversation

asfernandes
Copy link
Member

No description provided.

@AlexPeshkoff
Copy link
Member

Can we have non-ascii characters in TZ name? If not may be better force use of ASCII charset to coerced fields.

@asfernandes
Copy link
Member Author

Can we have non-ascii characters in TZ name? If not may be better force use of ASCII charset to coerced fields.

I thought on it but it looks very invasive to change the charset, specially thinking on the fix for v4.

Even it being ascii-only, our last pass generally is to convert things for the connection charset and that would not be done in this case.

@asfernandes asfernandes merged commit 58c7e00 into v4.0-release Apr 18, 2023
@asfernandes asfernandes deleted the work/gh-7548 branch April 18, 2023 00:04
asfernandes added a commit that referenced this pull request Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SET BIND OF TIMESTAMP WITH TIME ZONE TO CHAR is not working with UTF8 connection charset
2 participants