You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Catalina Wei (JIRA)" <ji...@apache.org> on 2008/03/21 22:49:24 UTC

[jira] Resolved: (OPENJPA-541) Generate SQL92 JOIN syntax for Oracle 9 or later releases

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

Catalina Wei resolved OPENJPA-541.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.0
                   1.0.3

> Generate SQL92 JOIN syntax for Oracle 9 or later releases
> ---------------------------------------------------------
>
>                 Key: OPENJPA-541
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-541
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: sql
>    Affects Versions: 1.0.3, 1.1.0
>            Reporter: Catalina Wei
>            Assignee: Catalina Wei
>             Fix For: 1.0.3, 1.1.0
>
>
> Oracle 8 JOIN syntax is produced for Oracle 10g reported from a customer. 
> Oracle 9 or later release do support SQL92 JOIN syntax.
> Should we fix it in OracleDictionary ?
> The proposed fix is :
>   change the initial setting of 
>     joinSyntax = SYNTAX_DATABASE;   ==>  joinSyntax = SYNTAX_SQL92;
> I am not sure whether this fix affecting those accessing Oracle thru jdbc:datadirect.
> Could anyone familiar with datadirect comment on this fix ?
> Thanks.
>    
> Catalina

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