[ http://issues.apache.org/jira/browse/IBATISNET-61?page=all ]
     
Roberto Rabe closed IBATISNET-61:
---------------------------------

      Assign To: Roberto Rabe  (was: Gilles Bayon)
     Resolution: Fixed
    Fix Version: DataMapper 1.2

Thanks Ron!

> typo in 
> IBatisNet.DataMapper.Configuration.ParameterMapping.InlineParameterMapParser 
> ParseInlineParameterMap method
> -------------------------------------------------------------------------------------------------------------------
>
>          Key: IBATISNET-61
>          URL: http://issues.apache.org/jira/browse/IBATISNET-61
>      Project: iBatis for .NET
>         Type: Bug
>     Reporter: Ron Grabowski
>     Assignee: Roberto Rabe
>     Priority: Trivial
>      Fix For: DataMapper 1.2

>
> As of 5/10/2004, line 121 of 
> IBatisNet.DataMapper.Configuration.ParameterMapping.InlineParameterMapParser 
> ParseInlineParameterMap might not output the statement id propery:
> throw new DataMapperException("Unterminated inline parameter in mapped 
> statement (" + "statement.getId()" + ").");
> It should be:
> throw new DataMapperException("Unterminated inline parameter in mapped 
> statement (" + statement.Id + ").");
> I haven't actually tested this but it looks like its just a small typo.

-- 
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