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

bug fix: keep length of -1 for nvarchar(max) columns in SqlServerSchemaManager #6039

Closed
wants to merge 7 commits into from

Conversation

MaximilianSpeer
Copy link

Q A
Type bug
Fixed issues #6038

Summary

When generating the portable table column definition for a nchar, nvarchar or ntext with a length of -1 (indicating MAX) the length remains -1 instead of getting divided. This lead to a wrong length of -1.

@MaximilianSpeer MaximilianSpeer changed the title Patch 1 bug fix: keep length of -1 for nvarchar(max) columns in SqlServerSchemaManager May 15, 2023
@MaximilianSpeer MaximilianSpeer deleted the patch-1 branch May 15, 2023 12:35
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants