-
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
Remove precision and scale type mapping fallback #12405
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
providers-beware
type-cleanup
Milestone
Comments
Merged
2 tasks
@AndriySvyryd can I poach? Am working in the area on #11896. |
@roji Sure, let me know if you have any questions. |
roji
added a commit
to roji/efcore
that referenced
this issue
Feb 26, 2019
* Removed precision/scale 2.1 fallback behavior * Made RelationalTypeMapping.Clone() abstract Part of dotnet#12405
roji
added a commit
to roji/efcore
that referenced
this issue
Feb 26, 2019
* Removed precision/scale 2.1 fallback behavior * Made RelationalTypeMapping.Clone() abstract Part of dotnet#12405
roji
added a commit
that referenced
this issue
Feb 28, 2019
* Removed precision/scale 2.1 fallback behavior * Made RelationalTypeMapping.Clone() abstract Part of #12405
ajcvickers
added
type-enhancement
providers-beware
and removed
type-enhancement
breaking-change
labels
May 10, 2019
ajcvickers
added
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
Jul 6, 2019
ajcvickers
added a commit
that referenced
this issue
Jul 6, 2019
ajcvickers
added a commit
that referenced
this issue
Jul 7, 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.
providers-beware
type-cleanup
Also don't set
Size
,Precision
orScale
inRelationalTypeMapping
if the correspondingStoreTypePostfix
is not set.The text was updated successfully, but these errors were encountered: