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

All columns from basic XML file are nvarchar(MAX) #8

Open
acnicholls opened this issue Jun 15, 2017 · 0 comments
Open

All columns from basic XML file are nvarchar(MAX) #8

acnicholls opened this issue Jun 15, 2017 · 0 comments
Assignees
Labels

Comments

@acnicholls
Copy link
Owner

This isn't really a bug, since the XML file can be really complex and list data types, but basic XML files will have scripts created that create all columns as nvarchar(MAX).

If the user declares the datatype in the XML file, it will be used to create columns of the same type in the resulting script.

Could write a function that tries to guess the columns datatype, but that would be tedious and very error prone, as well as require MUCH testing.

@acnicholls acnicholls added this to the Add New Functionality milestone Jun 15, 2017
@acnicholls acnicholls self-assigned this Jun 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant