Message:
The following issue has been closed.
Resolver: Gavin King
Date: Tue, 26 Aug 2003 1:21 PM
Lets track this via HB-293
---------------------------------------------------------------------
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: Closed
Priority: Major
Resolution: DUPLICATE
Project: Hibernate2
Components:
core
Assignee:
Reporter: Reha CENANI
Created: Tue, 26 Aug 2003 6:13 AM
Updated: Tue, 26 Aug 2003 1:21 PM
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
|