Issue Details (XML | Word | Printable)

Key: HHH-2454
Type: Improvement Improvement
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Francois-Xavier Bonnet
Votes: 2
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Hibernate Core

SybaseDialect implementing setMaxResults

Created: 27/Feb/07 08:57 AM   Updated: 27/Feb/07 08:57 AM
Component/s: core
Affects Version/s: 3.3.0.CR1
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: 1. Text File SybaseDialect.java.patch (0.9 kB)


Participants: Francois-Xavier Bonnet


 Description  « Hide

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.



There are no comments yet on this issue.