Bug #76315 Wrong Datatype Mapping EF6
Submitted: 13 Mar 2015 13:52 Modified: 23 Apr 2015 12:13
Reporter: Brian Dahl Email Updates:
Status: No Feedback Impact on me:
None 
Category:Connector / NET Severity:S1 (Critical)
Version:9.6.0 OS:Windows
Assigned to: CPU Architecture:Any

[13 Mar 2015 13:52] Brian Dahl
Description:
Hi,
i have found a new Problem with ef6 and type mapping:
in the Database i have a entity with mediumtext and the mediumtext is mapped as varchar 65535 but varchar can“t be so big....

How to repeat:
Make a Database with a mediumtext entity, build a c# program with ef 6 (build model from database) and say DataContext.Create(); then you receive a error.

Suggested fix:
fix the mapping from mediumtext -> varchar
[23 Mar 2015 12:13] Chiranjeevi Battula
Hello Brian Dahl,

Thank you for the bug report.
I tried to reproduce the issue at my end using Visual Studio 2013, MySQL Connector/Net 6.9.6 and EF6 , but couldn't trace out any issue with mapping.
Could you please list out the steps you tried out at your end? Please provide repeatable test case in order for us to confirm this issue at our end.

Thanks,
Chiranjeevi.
[23 Mar 2015 12:14] Chiranjeevi Battula
screenshot

Attachment: 76315.PNG (image/png, text), 93.70 KiB.

[24 Apr 2015 1:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".