Bug #62939 | Entity framework stored procedure mapping fails | ||
---|---|---|---|
Submitted: | 26 Oct 2011 3:26 | Modified: | 15 Nov 2011 12:41 |
Reporter: | Leroy Casterline | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S1 (Critical) |
Version: | 6.4.4 | OS: | Windows (Win-7 x64 Ultimate) |
Assigned to: | Bogdan Degtyariov | CPU Architecture: | Any |
Tags: | entity framework, stored procedure mapping |
[26 Oct 2011 3:26]
Leroy Casterline
[15 Nov 2011 12:37]
Bogdan Degtyariov
Hi Leroy, Unfortunately, the stored procedure parameter mapping is not working with MySQL Server 5.1. Only MySQL Server 5.5 provides the necessary parameter metadata (PARAMETERS table in Information_Schema database exists only in version 5.5). You can also check the screenshot (vs2010_sp_param_mapping.jpg) which demonstrates the correct parameter mapping in Visual Studio 2010 with MySQL 5.5 and Connector/NET 6.4.4. So, please use MySQL 5.5 if you really need the parameter mapping working.
[15 Nov 2011 12:40]
Bogdan Degtyariov
SP parameter mapping in VS2010
Attachment: vs2010_sp_param_mapping.jpg (image/jpeg, text), 285.53 KiB.
[15 Nov 2011 12:41]
Bogdan Degtyariov
The parameter mapping is not going to be supported for MySQL 5.1. Closing the bug.