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
Assigned to: Gilles Bayon
Priority: Trivial
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