From: <leg...@at...> - 2003-12-30 16:09:25
|
The following issue has been updated: Updater: Colm O' Flaherty (mailto:col...@kb...) Date: Tue, 30 Dec 2003 10:08 AM Comment: The Dialect itself (which does little other than attach to the relevant Sybase11_9_2JoinFragment to do the work) Changes: Attachment changed to Sybase11_9_2Dialect.java --------------------------------------------------------------------- For a full history of the issue, see: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-588&page=history --------------------------------------------------------------------- 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:08 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 |