Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
DataMapper 1.6.1
-
None
-
All
Description
When a stored procedure with out parameters returns a null value in one of the parameters, the following Exception occurs:
IBatisNet.Common.Exceptions.ProbeException : Unable to cast object of type 'System.DBNull' to type XXXX
See also http://www.nabble.com/output-parameters-and-dbnull-p9643387.html
Attached a patch that seems to solve the problem.