tarzan opened this issue 6 years ago · 2 comments
This is probably an oversight in #64, but queries that have an DISTINCT ON clause (postgresql only) can not be counted on without a group_by. They need to be counted through a subquery.
group_by
I'll try the write a test for this...
got a fix in #73
Let me know what you think!
Merged #73, thanks!