Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
DataMapper 1.6.1
-
None
-
None
Description
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'.