Allow multiple calls to order in aggregates#207
Allow multiple calls to order in aggregates#207Locke wants to merge 1 commit intodresende:masterfrom
Conversation
|
I just noticed It's also not possible to pass an order at the initialization of an aggregation, but on Are these points blocking the merge? |
|
We're having some nasty thing I don't know yet that is making the tests fail. I want to fix it before accepting this. About the order, there's an utility in |
|
I found the bug, it was sqlite3 v2.1.10. I had to downgrade to v2.1.7. Although this pull now passes, I'm going to refuse it and change the |
In
Model.find()you can order by multiple columns, this was not possible in aggregates