Skip to content

Add convenience methods for count and countDistinct #221

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

Merged
merged 5 commits into from
Jul 27, 2020

Conversation

jeffgbutler
Copy link
Member

The existing count methods only support count(*). With these additions we can support count(column) and count(distinct column).

The Kotlin utilities are also updated.

Resolves #192

@jeffgbutler jeffgbutler added this to the 1.1.5 milestone Jul 26, 2020
@coveralls
Copy link

coveralls commented Jul 26, 2020

Coverage Status

Coverage remained the same at 100.0% when pulling 3ae221c on jeffgbutler:gh_192 into 9ac3446 on mybatis:master.

@jeffgbutler jeffgbutler merged commit aba2e6e into mybatis:master Jul 27, 2020
@jeffgbutler jeffgbutler deleted the gh_192 branch July 27, 2020 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support countDistinct in Kotlin
2 participants