Bug #99793 | Prepared stored procedure command doesn't verify parameter types | ||
---|---|---|---|
Submitted: | 6 Jun 2020 19:51 | Modified: | 31 Jul 2020 16:26 |
Reporter: | Bradley Grainger (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S3 (Non-critical) |
Version: | 8.0.20 | OS: | Windows (10) |
Assigned to: | CPU Architecture: | Any |
[6 Jun 2020 19:51]
Bradley Grainger
[8 Jun 2020 5:31]
MySQL Verification Team
Hello Bradley, Thank you for the report and test case. regards, Umesh
[31 Jul 2020 16:26]
Christine Cole
Posted by developer: Fixed as of the upcoming MySQL Connector/NET 8.0.22 release, and here's the proposed changelog entry from the documentation team: A mismatch of data types between the parameter of a stored procedure and the corresponding MySqlParameter when the Prepare() method was called did not generate an exception. Thank you for the bug report.