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 | Add correct code page for Kazakh collation #584

Merged
merged 1 commit into from Jun 10, 2020

Conversation

karinazhou
Copy link
Member

Fix for GH#576.

The System.Globalization returns 0 code page for Kazakh collation while the SQL Server maps it to 1251. Change the code page to 1251 for Kazakh to keep the consistency.

In the future, we will let the driver maintain all valid mapping between the collation and code page.

@cheenamalhotra cheenamalhotra added this to In progress in SqlClient v2.0.0 via automation Jun 1, 2020
@cheenamalhotra cheenamalhotra added this to the 2.0.0 milestone Jun 1, 2020
Copy link
Member

@cheenamalhotra cheenamalhotra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Backlogging further implementation of 1:1 mapping of Collation <> Encoding for SQL Server supported collations. For coming release, this fix LGTM.

SqlClient v2.0.0 automation moved this from In progress to Reviewer approved Jun 1, 2020
@johnnypham johnnypham self-requested a review June 9, 2020 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

5 participants