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

No way to .limit() in aggregate queries? #172

Closed
mcannonbrookes opened this issue May 21, 2013 · 3 comments
Closed

No way to .limit() in aggregate queries? #172

mcannonbrookes opened this issue May 21, 2013 · 3 comments

Comments

@mcannonbrookes
Copy link

I can use it in SQL, why can't I append it? It's listed in the documentation under "Available options" but the .limit() function fails.

@dresende
Copy link
Owner

The documentation is wrong, but I'll add this method now.

@dresende
Copy link
Owner

The options described there are for chaining, I have to remove .only() and just add .limit().

@dresende
Copy link
Owner

I added a test and it seems to work. Feel free to reopen if not.

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

2 participants