You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by "Spyros Oikonomopoulos (JIRA)" <ib...@incubator.apache.org> on 2007/09/21 18:27:50 UTC

[jira] Created: (IBATISNET-244) Oracle out parameters can not be converted to nullable types

Oracle out parameters can not be converted to nullable types
------------------------------------------------------------

                 Key: IBATISNET-244
                 URL: https://issues.apache.org/jira/browse/IBATISNET-244
             Project: iBatis for .NET
          Issue Type: Bug
          Components: DataMapper
    Affects Versions: DataMapper 1.6.1
            Reporter: Spyros Oikonomopoulos


The following tag in a parameter map:

<parameter column="arg_id" direction="Output"  dbType="Decimal"  precision="22" scale="0"  type="decimal?" property="id"/>

Results in the following exception:

Unable to cast object of type 'Oracle.DataAccess.Types.OracleDecimal' to type 'System.IConvertible'.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.