Skip to content

DATAREDIS-547 - Fix query execution when derived criteria is empty. #216

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

Closed
wants to merge 3 commits into from

Conversation

christophstrobl
Copy link
Member

We now make sure to pipe finder queries without any criteria to the according find all method. This allows usage of PagingAndSortingRepository.findAllBy(Pageable page) as well as finders without any criteria like findTop3By().


Depends on: spring-projects/spring-data-keyvalue#22

christophstrobl and others added 3 commits August 24, 2016 13:10
We now make sure to pipe finder queries without any criteria to the according find all method. This allows usage of `PagingAndSortingRepository.findAllBy(Pageable page)` as well as finders without any criteria like `findTop3By()`.
Return empty list if offset is greater than the available data set. Update supported keywords in reference docs.
@mp911de mp911de force-pushed the issue/DATAREDIS-547 branch from 1240d8f to 71bbcbf Compare September 12, 2016 12:29
mp911de pushed a commit that referenced this pull request Sep 12, 2016
We now make sure to pipe finder queries without any criteria to the according find all method. This allows usage of `PagingAndSortingRepository.findAllBy(Pageable page)` as well as finders without any criteria like `findTop3By()`.

Original pull request: #216.
mp911de added a commit that referenced this pull request Sep 12, 2016
Return empty list if offset is greater than the available data set. Update supported keywords in reference docs.

Original pull request: #216.
@mp911de
Copy link
Member

mp911de commented Sep 12, 2016

That's merged.

@mp911de mp911de closed this Sep 12, 2016
mp911de pushed a commit that referenced this pull request Sep 12, 2016
We now make sure to pipe finder queries without any criteria to the according find all method. This allows usage of `PagingAndSortingRepository.findAllBy(Pageable page)` as well as finders without any criteria like `findTop3By()`.

Original pull request: #216.
mp911de added a commit that referenced this pull request Sep 12, 2016
Return empty list if offset is greater than the available data set. Update supported keywords in reference docs.

Original pull request: #216.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants