From: <leg...@at...> - 2003-08-26 11:13:43
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-292 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-292 Summary: InterbaseDialect and limit parameters Type: Bug Status: Unassigned Priority: Major Project: Hibernate2 Components: core Assignee: Reporter: Reha CENANI Created: Tue, 26 Aug 2003 6:13 AM Updated: Tue, 26 Aug 2003 6:13 AM Description: InterbaseDialect sets limit and offset values in wrong order. Appending following lines to the InterbaseDialect.java will solve the issue. public boolean bindLimitParametersInReverseOrder() { return true; } --------------------------------------------------------------------- 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 |