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

Add column does not work for nvarchar #446

Open
ericmuijs opened this issue Sep 4, 2023 · 2 comments
Open

Add column does not work for nvarchar #446

ericmuijs opened this issue Sep 4, 2023 · 2 comments

Comments

@ericmuijs
Copy link

When using the function sqlserver__alter_relation_add_remove_columns for a new field with nvarchar type, a nvarchar(1) is created.
For any nvarchar field with lengths greater than 1 the resulting merge/insert will fail.

@MLSteinw
Copy link

I have also come across issues relating to nvarchar and the length of the field not being captured when using the get_column_in_relation function

@ericmuijsvanoord
Copy link
Contributor

@cody-scott : this is still the case for the newest version. I can see if I can work on a fix.

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

No branches or pull requests

3 participants