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

'limit' does not seem to work correctly #55

Closed
william-p opened this issue Nov 14, 2013 · 0 comments
Closed

'limit' does not seem to work correctly #55

william-p opened this issue Nov 14, 2013 · 0 comments

Comments

@william-p
Copy link

Hi,
when i use limit with where, limit is applied before where filter.

For reproduce you can use this snippet: https://gist.github.com/william-p/c200a8b122bc7954790b

Test1:
 + Query: 'select * from hosta'
 + Nb points: 40

Test2:
 + Query: 'select * from hosta where source == 'all''
 + Nb points: 10

Test3:
 + Query: 'select * from hosta where source == 'all' limit 5'
 + Nb points: 2

Thanks

jvshahid pushed a commit that referenced this issue Aug 12, 2014
when candidate stepdown it should break the loop; gofmt
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

No branches or pull requests

1 participant