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

[5.0.1] Use default schema for view mappings #23278

Merged
merged 2 commits into from
Nov 12, 2020
Merged

Conversation

AndriySvyryd
Copy link
Member

Fixes #23274

Description

EF doesn't use the default schema for view mappings.

Customer Impact

The schema needs to be specified in all ToView calls.

How found

Reported by user on 5.0.0

Test coverage

This PR includes tests for the affected scenario.

Regression?

Yes, this used to work in 3.1

Risk

Low. The behavior is being reverted to what it was in 3.1

@AndriySvyryd AndriySvyryd requested a review from a team November 12, 2020 01:03
@AndriySvyryd AndriySvyryd changed the base branch from main to release/5.0 November 12, 2020 04:40
@ajcvickers ajcvickers modified the milestones: 5.0.1, 5.0.x Nov 12, 2020
@leecow leecow modified the milestones: 5.0.x, 5.0.1 Nov 12, 2020
@ajcvickers
Copy link
Member

@AndriySvyryd Approved by Tactics for 5.0.1.

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

Successfully merging this pull request may close these issues.

Default schema has no effect on views in EF Core 5.0
3 participants