DataMapper Developer Guilde document bug
----------------------------------------

         Key: IBATISNET-141
         URL: http://issues.apache.org/jira/browse/IBATISNET-141
     Project: iBatis for .NET
        Type: Bug
  Components: DataMapper  
    Versions: DataMapper 1.3    
 Environment: Windows XP Pro
Visual Studio C# .NET
    Reporter: Noriyuki


Writing column attribute like column="{itemId=ORD_ID, custId=ORD_CST_ID}" 
causes System.IndexOutOfRangeException.
Correct syntax is column="itemId=ORD_ID, custId=ORD_CST_ID". No parentheses 
need!  
This is a documentation bug in DetaMapper Developer Guilde Version 1.3 (section 
3.5.13). Might not a bug, but leads misunderstaning
Please correct  the sniplet of Example 3.44. and the description that follows.
I spent a few hours to solve this.

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