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

Keep the length -1 in portable table column definition. Generate SQL … #6040

Closed

Conversation

MaximilianSpeer
Copy link

…Snippet with NVARCHAR(MAX) for length -1.

The portable Column Definition keeps a length of -1 for nchar, nvarchar, ntext instead of dividing by 2.
A length of -1 is then considered in the sql varchar type decleration.

Q A
Type bug/feature/improvement
Fixed issues #6038

@SenseException
Copy link
Member

Thanks for the contribution. Next to the needed coding style fixes there are tests missing for the added code to cover that this is doing what it's supposed to do.

@derrabus
Copy link
Member

Closing because we haven't heard back from the author.

@derrabus derrabus closed this Jun 15, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 16, 2024
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.

3 participants