| Bug #100949 | Stored procedure exception - Mysql.Data 8.0.21.0 | ||
|---|---|---|---|
| Submitted: | 24 Sep 2020 19:11 | Modified: | 25 Sep 2020 6:16 |
| Reporter: | Matasci Sacha | Email Updates: | |
| Status: | Duplicate | Impact on me: | |
| Category: | Connector / NET | Severity: | S1 (Critical) |
| Version: | OS: | Windows | |
| Assigned to: | CPU Architecture: | Any | |
[25 Sep 2020 5:38]
MySQL Verification Team
Hello Matasci Sacha, Thank you for the report and feedback. Imho this is duplicate of Bug #100683( and related to Bug #100306 which is fixed in 8.0.22). regards, Umesh
[25 Sep 2020 6:16]
Matasci Sacha
Thank you!

Description: Hi, with nuget package mysql.data (version 8.0.21.0), I receive an exception "MySqlException: Incorrect routine name ''" when I try to access a stored procedure. If I get back to the version 8.0.20.0 all is working well. It's a bug or how can I solve this problem? Thank you for your support. How to repeat: return ((IObjectContextAdapter)this).ObjectContext.ExecuteFunction<ListPersonEntity>("ListPlayerSeason", maxbookingnumberallParameter, maxbookingnumberweekParameter, maxbookingnumberdayParameter, maxbookingnumberallcounterParameter, maxbookingnumberweekcounterParameter, maxbookingnumberdaycounterParameter, seasonParameter, weekParameter, dateParameter); Using this generate code from entity framework.