Skip to content
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

Fix Results Not Being Returned For Inefficient Queries #56

Conversation

sethdenner
Copy link
Contributor

get() calls we not returning results in a case where the result you wanted was more that 21 rows deep due to a bug in the way result slices were applied. Implemented a fix and a unit test to cover the fixed case.

get() calls we not returning results in a case where the result you wanted was more that 21 rows deep due to a bug in the way result slices were applied. Implemented a fix and a unit test to cover the fixed case.
sethdenner added a commit that referenced this pull request Nov 3, 2015
…-for-inefficient-queries

Fix Results Not Being Returned For Inefficient Queries
@sethdenner sethdenner merged commit 0f890f2 into Knotis:master Nov 3, 2015
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.

None yet

1 participant