Skip to content

Conversation

@candiduslynx
Copy link
Contributor

Fixes #7001

BEGIN_COMMIT_OVERRIDE
fix(mssql): Change column types from varchar to nvarchar to properly store Unicode characters
BREAKING-CHANGE: Change column types from varchar to nvarchar to properly store Unicode characters

fix(mssql): Fix JSON transformer to store unescaped data
END_COMMIT_OVERRIDE

@candiduslynx candiduslynx requested review from a team and amanenk and removed request for a team January 23, 2023 11:55
@candiduslynx candiduslynx changed the title fix(mssql): Fix JSON transformer & column types fix(mssql)!: Fix JSON transformer & column types Jan 23, 2023
@cq-bot cq-bot added the mssql label Jan 23, 2023
@candiduslynx candiduslynx requested review from erezrokah and yevgenypats and removed request for amanenk January 23, 2023 11:56
@candiduslynx candiduslynx self-assigned this Jan 23, 2023
@candiduslynx candiduslynx force-pushed the fix/mssql/escaped-characters branch from a41547d to 6e83ed0 Compare January 23, 2023 12:00
@candiduslynx candiduslynx added fix automerge Automatically merge once required checks pass and removed automerge Automatically merge once required checks pass labels Jan 23, 2023
Copy link
Member

@erezrokah erezrokah left a comment

Choose a reason for hiding this comment

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

The change looks good, but can we add some tests to the unescape code?

@candiduslynx candiduslynx added the automerge Automatically merge once required checks pass label Jan 23, 2023
@kodiakhq kodiakhq bot merged commit 748c7df into main Jan 23, 2023
@kodiakhq kodiakhq bot deleted the fix/mssql/escaped-characters branch January 23, 2023 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Microsoft SQL Server destination escapes & symbol in data

4 participants