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

COUNT(*) syntax not allowed in JPQL #30

Closed
beikov opened this issue Aug 4, 2014 · 1 comment
Closed

COUNT(*) syntax not allowed in JPQL #30

beikov opened this issue Aug 4, 2014 · 1 comment
Assignees
Milestone

Comments

@beikov
Copy link
Member

beikov commented Aug 4, 2014

COUNT(*) is not allowed in JPQL, but Hibernate supports it. We should maybe switch to COUNT(rootAlias.id) which is what we actually want I guess.

beikov added a commit that referenced this issue Aug 4, 2014
@beikov
Copy link
Member Author

beikov commented Aug 4, 2014

Fixed

@beikov beikov closed this as completed Aug 4, 2014
@beikov beikov added this to the 1.0 milestone Aug 11, 2014
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