mirror of
https://github.com/plausible/analytics.git
synced 2024-12-27 03:21:37 +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 |
||
---|---|---|
.. | ||
api | ||
CSVs | ||
site | ||
admin_auth_controller_test.exs | ||
auth_controller_test.exs | ||
billing_controller_test.exs | ||
invitation_controller_test.exs | ||
site_controller_test.exs | ||
stats_controller_test.exs | ||
unsubscribe_controller_test.exs |