[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2454) SybaseDialect implementing setMaxResults

Francois-Xavier Bonnet (JIRA) noreply at atlassian.com
Tue Feb 27 09:59:32 EST 2007


SybaseDialect implementing setMaxResults
----------------------------------------

         Key: HHH-2454
         URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2454
     Project: Hibernate3
        Type: Improvement

  Components: core  
    Versions: 3.3    
    Reporter: Francois-Xavier Bonnet
    Priority: Minor
 Attachments: SybaseDialect.java.patch

LIMIT and TOP command are not supported by Sybase version < 15
Why not to use SET ROWCOUNT function instead.

Here is a patched version of SybaseDialect. I tested it on an application with paged results and it improved a lot the performances.



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