Check selectKey's property attribute for writeability during mapper 
initialization
----------------------------------------------------------------------------------

         Key: IBATISNET-92
         URL: http://issues.apache.org/jira/browse/IBATISNET-92
     Project: iBatis for .NET
        Type: Improvement
  Components: DataMapper  
    Reporter: Ron Grabowski
    Priority: Minor


When the mapper is being initialized, values such as a resultMaps' property 
attribute are checked for being writeable. A selecKey's property is not checked 
and a ProbeException is thrown at runtime after the insert statement has been 
executed if the property is incorrect.

The property should only be checked if the parent insert statement has a 
paramerClass specified that is not a primitive type.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to