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

allow clients to count & group #91

Open
endel opened this issue Jul 28, 2014 · 1 comment
Open

allow clients to count & group #91

endel opened this issue Jul 28, 2014 · 1 comment
Assignees
Labels
Milestone

Comments

@endel
Copy link
Contributor

endel commented Jul 28, 2014

The following example doesn't work in any client:

SELECT `gender`, COUNT(*) FROM `auth` GROUP BY `gender`;

JavaScript client code example:

client.collection('auth').group("gender").count()
@endel endel added the feature label Jul 28, 2014
@endel
Copy link
Contributor Author

endel commented Jul 30, 2014

It seems a problem with query grammars on Illuminate/Database: laravel/framework#4306

@endel endel added this to the 0.4.0 milestone Jul 16, 2015
@endel endel self-assigned this Jul 16, 2015
@endel endel modified the milestones: 0.5.0, 0.4.0 Jul 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant