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

Scaffolding doesn't know how to handle SQL Server xml data type #3046

Closed
abelepereira opened this issue Sep 8, 2015 · 1 comment
Closed

Comments

@abelepereira
Copy link

On beta7, when scaffolding a database containing tables with xml data columns:

dnx ef dbcontext scaffold "Server=myserver;Database=mydatabase;user id=me;password=pwd" EntityFramework.SqlServer

Produces the warning/error:

For column [dbo][Table][Column]. Could not find type mapping for SQL Server type xml. Skipping column.
@rowanmiller
Copy link
Contributor

XML is not yet supported, we did however open #3076 to see if we can just scaffold a string property in reverse engineer to unblock the scenario.

@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
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