Bug #19515 DiscoverParameters fails on numeric datatype
Submitted: 3 May 2006 12:53 Modified: 4 Jun 2006 4:48
Reporter: cristian vanti Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / NET Severity:S3 (Non-critical)
Version:1.0.7 OS:Windows (win)
Assigned to: Reggie Burnett CPU Architecture:Any

[3 May 2006 12:53] cristian vanti
Description:
I get MySql.Data.MySqlClient.MySqlException: Unhandled type encountered at MySql.Data.MySqlClient.StoredProcedure.GetType(String typename) at MySql.Data.MySqlClient.StoredProcedure.DiscoverParameters(MySqlCommand cmd, String procType) at MySql.Data.MySqlClient.MySqlCommandBuilder.DeriveParameters(MySqlCommand command) exception with a stored procedure with a parameter typed NUMERIC.

DECIMAL does work.

How to repeat:
call DiscoverParameters with a procedure with a NUMERIC parameter
[19 May 2006 16:35] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/6647
[1 Jun 2006 18:41] Reggie Burnett
Fixed in 1.0.8
[4 Jun 2006 4:48] MC Brown
Documented in the changelog.