[hibernate-issues] [Hibernate-JIRA] Created: (HHH-6763) Cross Join issue on org.hibernate.dialect.SybaseDialect

Yassir QAISSI (JIRA) noreply at atlassian.com
Mon Oct 24 12:16:19 EDT 2011


Cross Join issue on org.hibernate.dialect.SybaseDialect
-------------------------------------------------------

                 Key: HHH-6763
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6763
             Project: Hibernate Core
          Issue Type: Bug
          Components: core
    Affects Versions: 3.5.6
         Environment: Hibernate 3.5.6 with Sybase 12.5 and JDK 1.6
            Reporter: Yassir QAISSI


This version of org.hibernate.dialect.SybaseDialect class generate sql request with a cross join when the following methode is called getCrossJoinSeparator (by native code).
Sybase 12.5 (and I think also higher) do not support the request with cross join syntax.
Here is an instance of an error on such case:
2011-10-11 18:17:37,717 [http-8080-1] [WARN ] [o.h.util.JDBCExceptionReporter] - SQL Error: 102, SQLState: 42000
2011-10-11 18:17:37,717 [http-8080-1] [ERROR] [o.h.util.JDBCExceptionReporter] - Incorrect syntax near 'cross'.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list