reverted fix and did different fix to order_by

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

View file

@ -18,10 +18,7 @@ sub transaction_data {
columns => [
{
quantised => $quantised_column,
count => $c->pg_or_sqlite(
'count',
"COUNT(*)",
),
count => \"COUNT(*)",
sum_distance => $c->pg_or_sqlite(
'SUM("me"."distance")',
'SUM("me"."distance")',