[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-5356) Sybase 15 does not support cross join

Strong Liu (JIRA) noreply at atlassian.com
Tue Sep 7 23:08:18 EDT 2010


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-5356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Strong Liu resolved HHH-5356.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 3.6.0.CR1

> Sybase 15 does not support cross join
> -------------------------------------
>
>                 Key: HHH-5356
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5356
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.5.3
>         Environment: Hibernate 3.5.3-Final, Sybase 15.0.3 ASE
>            Reporter: Alexis Kofman
>            Assignee: Strong Liu
>            Priority: Minor
>             Fix For: 3.6.0.CR1
>
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> It seems cross join is not yet implemented in Sybase. However the implemented Sybase 15 ASE Dialect in Hibernate use this kind of join :
> SybaseASE15Dialect is a subsubclass of Dialect in which we can find :
>  
> public String getCrossJoinSeparator() {
>    return " cross join ";
> }
> A workaround is to override this method as it is done in Sybase11Dialect.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list