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 the column type to the migration when deleting a data using a removed column #22346

Merged
merged 1 commit into from
Sep 1, 2020

Conversation

AndriySvyryd
Copy link
Member

Add fluent overloads to specify column types for Insert/Update/Delete operations

Fixes #21886
Fixes #22302

…oved column

Add fluent overloads to specify column types for Insert/Update/Delete operations

Fixes #21886
Fixes #22302
@AndriySvyryd
Copy link
Member Author

@dotnet/efteam New API:

  • Overloads of InsertData, UpdateData and DeleteData on MigrationBuilder

@AndriySvyryd
Copy link
Member Author

@Pilchie For RC1

@Pilchie
Copy link
Member

Pilchie commented Sep 1, 2020

Approved for RC1 pending code review signoff if merged before 10am Pacific on 2020-09-01.

@AndriySvyryd
Copy link
Member Author

@dotnet/efteam Ping. 8 minutes left

@AndriySvyryd AndriySvyryd merged commit 23324de into release/5.0 Sep 1, 2020
@AndriySvyryd AndriySvyryd deleted the Issue22302 branch September 1, 2020 16:59
@AndriySvyryd
Copy link
Member Author

@ajcvickers That was a JIT review 😆

@fearhq
Copy link

fearhq commented Nov 26, 2020

It looks like the column type overload is ignored for InsertData

private OperationBuilder<InsertDataOperation> InsertDataInternal(
string table,
string[] columns,
string[] columnTypes,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unused

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