Closed feymartynov closed 7 years ago
I am going to revert this, please make sure test pass
It passes
some weird is going on I ran the test and it fails
What Elixir version did you use?
Mine is:
Erlang/OTP 19 [erts-8.3] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Elixir 1.4.4
Btw, I think it would be nice if you enabled Travis CI for this repo to test it with different Elixir and Erlang/OTP versions.
Also you could forget to run MIX_ENV=test mix ecto.migrate
. This commit contains a migration.
For queries with group by clause total count query fails:
This PR fixes it by wrapping such queries in a subquery.