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

Map NVARCHAR type to UTF8 VARCHAR instead of ASCII #6

Closed
jakobbraun opened this issue Dec 2, 2020 · 0 comments · Fixed by #22
Closed

Map NVARCHAR type to UTF8 VARCHAR instead of ASCII #6

jakobbraun opened this issue Dec 2, 2020 · 0 comments · Fixed by #22
Assignees
Labels
bug Unwanted / harmful behavior

Comments

@jakobbraun
Copy link
Contributor

According to the HANA documentation, the NVARCHAR type is a "Unicode character set string".

Hence it should be mapped to a VARCHAR(l) UTF8 instead of a VARCHAR(l) ASCII

@jakobbraun jakobbraun added the bug Unwanted / harmful behavior label Dec 2, 2020
@jakobbraun jakobbraun changed the title MAP NVARCHAR type to UTF8 VARCHAR instead of ASCII Map NVARCHAR type to UTF8 VARCHAR instead of ASCII Dec 2, 2020
@AnastasiiaSergienko AnastasiiaSergienko self-assigned this Feb 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unwanted / harmful behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants