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

SQLSRV / MSSQL / TSQL - Fix default CLOB type from varchar(max) to nchar(max) & nvarchar(max) #3262

Closed
wants to merge 1 commit into from

Conversation

rwitchell
Copy link

Q A
Type bug
BC Break yes
Fixed issues #2323, #1182, #1351

Summary

Modifies SQL Server (MSSQL, TSQL) VARCHAR column type to be NVARCHAR, to better handle unicode.

Initial breaking change: #451.

@morozov
Copy link
Member

morozov commented Aug 22, 2018

@rwitchell please add a test case which would fail without the fix.

@morozov morozov self-assigned this Aug 22, 2018
Copy link
Member

@morozov morozov left a comment

Choose a reason for hiding this comment

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

Test is missing.

@rwitchell
Copy link
Author

modifying this PR slightly as the library has lost the ability to accept a table as VARCHAR and allow you to keep the table as VARCHAR. Investigating whether an option 'is_unicode' or a unicodeStringType will solve this.

Base automatically changed from master to 4.0.x January 22, 2021 07:44
@rwitchell rwitchell closed this May 6, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants