[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3750) Allow dialects to handle difference in how Query.setFirstResult() should be interpreted

Steve Ebersole (JIRA) noreply at atlassian.com
Tue Feb 3 10:15:47 EST 2009


Allow dialects to handle difference in how Query.setFirstResult() should be interpreted
---------------------------------------------------------------------------------------

                 Key: HHH-3750
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3750
             Project: Hibernate Core
          Issue Type: Improvement
          Components: core
            Reporter: Steve Ebersole
            Assignee: Steve Ebersole


Specifically, it appears that some databases will interpret the number we bind as 0-based, while others interpret it as 1-based.  We should allow Dialects to handle this difference.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list