reverted fix and did different fix to order_by

This commit is contained in:
Finn 2017-12-18 15:36:24 +00:00
parent 8e34f34bd6
commit feeba76523
3 changed files with 5 additions and 17 deletions

View file

@ -112,10 +112,7 @@ sub _purchases_avg_spend_duration {
columns => [
{
quantised => 'quantised_days',
count => $c->pg_or_sqlite(
'count',
"COUNT(*)",
),
count => \"COUNT(*)",
sum_value => $c->pg_or_sqlite(
'SUM("me"."value")',
'SUM("me"."value")',