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

Alexis Kofman (JIRA) noreply at atlassian.com
Tue Jul 6 09:44:13 EDT 2010


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
            Priority: Minor


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