Skip to content

Fix possible test failure for SqlServer 2019 #2841

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

Merged
merged 1 commit into from
Jul 2, 2021

Conversation

bahusoid
Copy link
Member

Apparently latest SQL Server 2019 has enabled "verbose truncation warning" by default. Which gives more detailed exception and changes error code:
"2628 – String or binary data would be truncated in table ‘[TableName]’, column ‘[ColumnName]’. Truncated value: ‘[Value]’."
vs old
"8152 -String or binary data would be truncated"

@bahusoid bahusoid added this to the 5.3.9 milestone Jun 30, 2021
Copy link
Member

@fredericDelaporte fredericDelaporte left a comment

Choose a reason for hiding this comment

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

Since long, I had this failure on my own setup, but never took the time to check what was going on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants