Aleksandr Mylnikov
updated
an issue
Hibernate OGM
/
OGM-1542
Distinct count works as count(*)
Change By:
Aleksandr Mylnikov
{code:sql}
SELECT count(a.age) FROM Author a
{code}
works as
{code:sql}
SELECT count(*) FROM Author a
{code}
Distinct count should consider duplicates.
Add Comment
Get Jira notifications on your phone! Download the Jira Cloud app for
Android
or
iOS
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100095-
sha1:c772008
)