Skip to content

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