Message:
A new issue has been created in JIRA.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-588
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-588
Summary: Sybase 11.9.2 Dialect
Type: Patch
Status: Unassigned
Priority: Minor
Project: Hibernate2
Components:
core
Versions:
2.1
Assignee:
Reporter: Colm O' Flaherty
Created: Tue, 30 Dec 2003 10:06 AM
Updated: Tue, 30 Dec 2003 10:06 AM
Environment: Developed on Hibernate 2.0.3 against Sybase ASE 11.9.2 on Winn NT6a, modified for Hibernate 2.1.1 (JoinFragment changes).
Description:
Sybase 11.9.2 does not support ANSI-style joins. Instead, it supports "=", "*=", and "*=" type joins. The existing Hibernate SybaseDialect produces ANSI-style joins.
This patch allows Hibernate to operate correctly (in terms of joins, at least) with Sybase 11.9.2.
Note that Sybase 12.5 *does* support the ANSI-style join, and will work with the existing SybaseDialect.
---------------------------------------------------------------------
JIRA INFORMATION:
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
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|