thewca / statistics

12 stars 16 forks source link

Sort by RoundType in success streak. #90

Closed timreyn closed 1 year ago

timreyn commented 1 year ago

Currently the longest_success_streak query does not sort rounds, which leads to nondeterminism when a streak begins / ends during a multi-round competition.

In addition, stop joining with Events because this table is not used in the query.

Fixes #89.