-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
MigrationBuilder.InsertData not considering column types passed in #23503
Milestone
Comments
I mentionned in the PR that added the columnType overloads that for InsertData the value was simply ignored |
AndriySvyryd
added a commit
that referenced
this issue
Dec 8, 2020
AndriySvyryd
added a commit
that referenced
this issue
Dec 8, 2020
Vote 👍 on the first comment if you are also experiencing this issue. |
AndriySvyryd
added a commit
that referenced
this issue
Dec 15, 2020
AndriySvyryd
added a commit
that referenced
this issue
Dec 15, 2020
This was referenced Mar 6, 2021
This was referenced Mar 15, 2021
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
EF Core version: 5.0.0
Database provider: Microsoft.EntityFrameworkCore.SqlServer
Target framework: netcoreapp3.1
Operating system: Windows 10
IDE: N/A
When using MigrationBuilder.InsertData to work on a table that has no EF mappings, MigrationBuilder.InsertData does not take into account the columnTypes that are passed in
The text was updated successfully, but these errors were encountered: