-
Notifications
You must be signed in to change notification settings - Fork 290
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 | Default UTF8 collation conflict #1739
Fix | Default UTF8 collation conflict #1739
Conversation
Codecov ReportBase: 71.50% // Head: 71.41% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1739 +/- ##
==========================================
- Coverage 71.50% 71.41% -0.09%
==========================================
Files 293 293
Lines 61385 61376 -9
==========================================
- Hits 43892 43831 -61
- Misses 17493 17545 +52
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/Utf8SupportTest/Utf8SupportTest.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/Utf8SupportTest/Utf8SupportTest.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Lawrence LCI <31262254+lcheunglci@users.noreply.github.com>
src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/TdsParser.cs
Show resolved
Hide resolved
# Conflicts: # src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/TdsParser.cs
Issue: Defining a database with UTF8 collation overrides its column's collation with the same LCID.