You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Adam Heath (JIRA)" <ji...@apache.org> on 2014/06/25 18:18:36 UTC

[jira] [Assigned] (OFBIZ-5315) view-entity complex-alias field name bug when view-entities reference other view-entities

     [ https://issues.apache.org/jira/browse/OFBIZ-5315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Heath reassigned OFBIZ-5315:
---------------------------------

    Assignee: Adam Heath

> view-entity complex-alias field name bug when view-entities reference other view-entities
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-5315
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5315
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release Branch 11.04
>            Reporter: Christian Carlow
>            Assignee: Adam Heath
>            Priority: Minor
>             Fix For: Release Branch 11.04
>
>         Attachments: ModelViewEntity.java.patch
>
>
> Field names used in complex-alias are named incorrectly when SQL statements are generated.  
> The following complex alias:
> <alias name="quantity">
>   <complex-alias operator="-">
>     <complex-alias-field entity-alias="A" field="field1"/>
>     <complex-alias-field entity-alias="B" field="field2"/>
>   </complex-alias>
> </alias>
> Will result with the following generated SQL when A and B are also view-entities:
> SELECT (C.A.field1 + C.B.field2) 



--
This message was sent by Atlassian JIRA
(v6.2#6252)