Skip to content

Add Limit and Offset Support #78

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 2, 2019
Merged

Conversation

jeffgbutler
Copy link
Member

Not all databases support limit and offset, but many do. This is a very common requested feature and I think it is worth adding. Users of this support must be careful to use this only if the target database actually supports limit and offset.

@jeffgbutler jeffgbutler added this to the 1.1.1 milestone Apr 2, 2019
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling c23d62a on jeffgbutler:limit-offset into 97e7837 on mybatis:master.

@jeffgbutler jeffgbutler merged commit 6b16765 into mybatis:master Apr 2, 2019
@jeffgbutler jeffgbutler deleted the limit-offset branch April 2, 2019 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants