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

Bug in MigrationBuilder #10115

Closed
Bitsonthefloor opened this issue Oct 18, 2017 · 0 comments
Closed

Bug in MigrationBuilder #10115

Bitsonthefloor opened this issue Oct 18, 2017 · 0 comments
Assignees
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-bug
Milestone

Comments

@Bitsonthefloor
Copy link

Calling MigrationBuilder.UpdateData does not persist passed in schema

It is due to this method:
https://github.com/aspnet/EntityFrameworkCore/blob/fbaebcbfb57f245edfded68f0bad78f4978d8867/src/EFCore.Relational/Migrations/MigrationBuilder.cs#L1230

I stepped through it trying to debug the problem and I noticed it does not pass schema through thus dropping any supplied value.

Further technical details

EF Core version: 2.0

@ajcvickers ajcvickers added this to the 2.1.0 milestone Oct 20, 2017
@ajcvickers ajcvickers modified the milestones: 2.1.0-preview1, 2.1.0 Jan 17, 2018
@bricelam bricelam added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label Feb 8, 2018
@ajcvickers ajcvickers modified the milestones: 2.1.0-preview2, 2.1.0 Nov 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-bug
Projects
None yet
Development

No branches or pull requests

3 participants