[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-3391?page=c...
]
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/o...
------------
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira