You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Sharan Foga (JIRA)" <ji...@apache.org> on 2015/02/21 08:36:18 UTC

[jira] [Updated] (OFBIZ-836) Bug in SqlJdbcUtil.java regarding outer join in oracle theta join mode

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

Sharan Foga updated OFBIZ-836:
------------------------------
    Sprint: Bug Crush Event - 21/2/2015

> Bug in SqlJdbcUtil.java regarding outer join in oracle theta join mode
> ----------------------------------------------------------------------
>
>                 Key: OFBIZ-836
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-836
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>            Reporter: Mamdouh Kaadan
>         Attachments: change.patch
>
>
> There is a problem in SqlJdbcUtil.java class regarding outer join in oracle, becase the (+) sould be in the end of the Left/Right hand not in the first
> The following line (number: 344): 
> if (isOracleStyle && viewLink.isRelOptional()) whereString.append(" (+) ");
> Should be placed after the following lines:
> whereString.append(viewLink.getRelEntityAlias());
>                         whereString.append(".");
>                         whereString.append(filterColName(relLinkField.getColName()));
> as the patch in the attached file



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)