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
Michael Reiche opened DATACOUCH-574 and commented
we currently support repository.findBy...() type queries, they are backed by matching(q).all() and matching(q).one()
This would allow repository.countBy...() queries to be backed by matching(q).count()
Referenced from: pull request #237
Backported to: 4.0.2 (Neumann SR2)
The text was updated successfully, but these errors were encountered:
mikereiche
No branches or pull requests
Michael Reiche opened DATACOUCH-574 and commented
we currently support repository.findBy...() type queries, they are backed by matching(q).all() and matching(q).one()
This would allow repository.countBy...() queries to be backed by matching(q).count()
Referenced from: pull request #237
Backported to: 4.0.2 (Neumann SR2)
The text was updated successfully, but these errors were encountered: