-
Notifications
You must be signed in to change notification settings - Fork 227
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
Type mapping should be cloned with RelationalTypeMappingInfo before being returned #1476
Comments
roji
added a commit
to roji/efcore.pg
that referenced
this issue
Aug 28, 2020
roji
added a commit
to roji/efcore.pg
that referenced
this issue
Aug 28, 2020
roji
added a commit
to roji/efcore.pg
that referenced
this issue
Aug 28, 2020
roji
added a commit
to roji/efcore.pg
that referenced
this issue
Aug 28, 2020
The fix isn't totally trivial and the bug hasn't manifested itself in 3.1, so am going to fix only for 5.0 for now. |
roji
added a commit
to roji/efcore.pg
that referenced
this issue
Aug 29, 2020
roji
added a commit
to roji/efcore.pg
that referenced
this issue
Aug 29, 2020
roji
added a commit
that referenced
this issue
Aug 31, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NpgsqlTypeMappingSource isn't cloning the resulting type mapping with the RelationalTypeMappingInfo before returning it, this could cause some wrong info to be populated in the type mapping. This caused tests to fail when syncing with EF 5.0.0-rc1, but curiously hasn't been raised as an issue yet in previous versions.
The text was updated successfully, but these errors were encountered: