mirror of
https://github.com/plausible/analytics.git
synced 2024-12-24 01:54:34 +03:00
bd0de97521
* fix subquery for sessions in base_event_query/2 As the 'sessions' table is using the CollapsingMergeTree engine, we have to select session_id's distinctively. Otherwise we will get multiple rows (with sign -1 and 1) as long as the background merge hasn't happened. * update changelog * use GROUP BY instead of SELECT DISTINCT * remove comma |
||
---|---|---|
.. | ||
controllers | ||
plugs | ||
views | ||
captcha_test.exs | ||
email_test.exs |