Bug #19515 DiscoverParameters fails on numeric datatype
Submitted: 3 May 2006 14:53 Modified: 4 Jun 2006 6:48
Reporter: cristian vanti
Status: Closed
Category:Connector/Net Severity:S3 (Non-critical)
Version:1.0.7 OS:Microsoft Windows (win)
Assigned to: Reggie Burnett Target Version:

[3 May 2006 14: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 18: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 20:41] Reggie Burnett
Fixed in 1.0.8
[4 Jun 2006 6:48] MC Brown
Documented in the changelog.