You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by "Bob Hanson (JIRA)" <ib...@incubator.apache.org> on 2007/02/15 16:24:07 UTC

[jira] Created: (IBATISNET-207) Typos in documentation section 3.5.2.4

Typos in documentation section 3.5.2.4
--------------------------------------

                 Key: IBATISNET-207
                 URL: https://issues.apache.org/jira/browse/IBATISNET-207
             Project: iBatis for .NET
          Issue Type: Bug
          Components: DataMapper
    Affects Versions: DataMapper 1.6
         Environment: Documentation
            Reporter: Bob Hanson
            Priority: Minor


Currently documentation:
3.5.2.4. groupBy
The optional groupBy attribute specifies a list of .NET properties names of the result object build by the
resultMap. Thera are used to identify unique rows in the returned result set. Rows with equal values for the
specified properties will only generate one result object. Use groupBy in combination with nested resultMaps to
solve the N+1 query problem. Exemple : "Id" or "Desciption, Date".(see paragraph 3.5.13).

Corrected documentation:
3.5.2.4. groupBy
The optional groupBy attribute specifies a list of .NET property names of the result object built by the
resultMap. They are used to identify unique rows in the returned result set. Rows with equal values for the
specified properties will only generate one result object. Use groupBy in combination with nested resultMaps to
solve the N+1 query problem. Exemple : "Id" or "Desciption, Date".(see paragraph 3.5.13).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (IBATISNET-207) Typos in documentation section 3.5.2.4

Posted by "Gilles Bayon (JIRA)" <ib...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/IBATISNET-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gilles Bayon closed IBATISNET-207.
----------------------------------

       Resolution: Fixed
    Fix Version/s: DataMapper 1.6.1
         Assignee: Gilles Bayon

In SVN

> Typos in documentation section 3.5.2.4
> --------------------------------------
>
>                 Key: IBATISNET-207
>                 URL: https://issues.apache.org/jira/browse/IBATISNET-207
>             Project: iBatis for .NET
>          Issue Type: Bug
>          Components: DataMapper
>    Affects Versions: DataMapper 1.6
>         Environment: Documentation
>            Reporter: Bob Hanson
>         Assigned To: Gilles Bayon
>            Priority: Minor
>             Fix For: DataMapper 1.6.1
>
>
> Currently documentation:
> 3.5.2.4. groupBy
> The optional groupBy attribute specifies a list of .NET properties names of the result object build by the
> resultMap. Thera are used to identify unique rows in the returned result set. Rows with equal values for the
> specified properties will only generate one result object. Use groupBy in combination with nested resultMaps to
> solve the N+1 query problem. Exemple : "Id" or "Desciption, Date".(see paragraph 3.5.13).
> Corrected documentation:
> 3.5.2.4. groupBy
> The optional groupBy attribute specifies a list of .NET property names of the result object built by the
> resultMap. They are used to identify unique rows in the returned result set. Rows with equal values for the
> specified properties will only generate one result object. Use groupBy in combination with nested resultMaps to
> solve the N+1 query problem. Exemple : "Id" or "Desciption, Date".(see paragraph 3.5.13).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.