elixirdrops / kerosene

Pagination for Ecto and Pheonix.
https://github.com/elixirdrops/kerosene
MIT License
231 stars 39 forks source link

Adding group_by support and tests #38

Closed danturn closed 6 years ago

danturn commented 6 years ago

I've added support for group_by statements so we use a count subquery to get the total count of the results I put the test in the kerosene_test.exs file which i think made sense?