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.