From: <leg...@at...> - 2003-12-30 17:05:25
|
Message: The following issue has been closed. Resolver: Max Rydahl Andersen Date: Tue, 30 Dec 2003 11:04 AM now in cvs --------------------------------------------------------------------- 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: Closed Priority: Minor Resolution: FIXED Project: Hibernate2 Components: core Fix Fors: 2.1.1 Versions: 2.1 Assignee: Reporter: Colm O' Flaherty Created: Tue, 30 Dec 2003 10:06 AM Updated: Tue, 30 Dec 2003 11:04 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 |