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 to support latin-9 code set for char/varchar datatype #10

Merged
merged 2 commits into from
Sep 25, 2020

Conversation

shabbir10july
Copy link
Contributor

@shabbir10july shabbir10july commented Sep 11, 2020

Issue: #7

Problem: Char/varchar data type does not supports the ISO Latin-9 code set

Solution: Now user can provide encoding for char/varchar datatype from application. Default value is 'latin'

Testing: Ran sample application with char, varchar datatype containing latin char. Ran nzpy test suite.

@abhishekjog abhishekjog merged commit 51a1c19 into master Sep 25, 2020
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.

2 participants