[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-3391) DerbyDialect should support limits

Strong Liu (JIRA) noreply at atlassian.com
Thu Dec 24 08:01:29 EST 2009


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-3391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Strong Liu resolved HHH-3391.
-----------------------------

    Resolution: Duplicate

looks like this issue has been fixed by someone,
https://anonsvn.jboss.org/repos/hibernate/core/trunk/core/src/main/java/org/hibernate/dialect/DerbyDialect.java
------------
	public boolean supportsLimit() {
		return isTenPointFiveReleaseOrNewer();
	}
	

	public boolean supportsLimitOffset() {
		return isTenPointFiveReleaseOrNewer();
	}
------------
if I'm wrong, just reopen it, thanks

> DerbyDialect should support limits
> ----------------------------------
>
>                 Key: HHH-3391
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3391
>             Project: Hibernate Core
>          Issue Type: New Feature
>          Components: core
>         Environment: Apache Derby 10.4.1.3
>            Reporter: Marijo
>
> From Apache Derby FAQ http://db.apache.org/derby/faq.html#limit
> "Starting with the 10.4.1.3 release Derby also supports limiting the number of rows using the ROW_NUMBER function."
> The DerbyDialect class should support limiting for the actual Derby release, too.

-- 
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