Skip to content

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

Merged
asfernandes merged 1 commit intov4.0-releasefrom
work/gh-7548
Apr 18, 2023
Merged

Fix #7548 - SET BIND OF TIMESTAMP WITH TIME ZONE TO CHAR is not working with UTF8 connection charset.#7549
asfernandes merged 1 commit intov4.0-releasefrom
work/gh-7548

Conversation

@asfernandes
Copy link
Copy Markdown
Member

No description provided.

@AlexPeshkoff
Copy link
Copy Markdown
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
Copy Markdown
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